When you want to make a resizable front panel there are only few possibilities, especially if you don't want all your front panel beeing resized.
Splitters are great but you can't always use it, in a tab control for instance it's impossible (and someone already suggested this idea here, sad it's not implemented ).
You can do it programmatically (lot of work!), maybe with an XControl depending on your application (lot of work too!) or you can also Scale Object with pane with only ONE object.
There's still one option: Scale all front panel objects when resizing
Why not improving this method by adding an Ignore Resize property?
It might be easier to implement for developers compared to modifying tab control and would be really easy to use !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.