I have a tabpanel and that tabpanel has anchors, so it's width can be resized.
Is there somewhere a function, or piece of code, to determ, how wide the form is, in that tabpanel, after a resize??
(tabpanel is not fullscreen, and we also do have/use a navigator.....)
this code:
- Code: Select all
application.output(solutionModel.getForm(event.getFormName()).width)
always returns me the design width, not the real width, after resize.