Hi
I have a split pane with 3 panes. I have set the min and max sizes
This is fine, when the page loads, the 3rd pane is not 400 (as that is just a max width), I want it to fill the space and be 400.
How can I set the pane width e.g. SetSize(2, 400)
Thanks.
I have a split pane with 3 panes. I have set the min and max sizes
B4X:
SDSplit.SetSizeLimits(0, 10, 400)
SDSplit.SetSizeLimits(2, 10, 400)
This is fine, when the page loads, the 3rd pane is not 400 (as that is just a max width), I want it to fill the space and be 400.
How can I set the pane width e.g. SetSize(2, 400)
Thanks.