Login Register






Tutorial Resize the tools with your form filter_list
Author
Message
RE: Resize the tools with your form #11
This is NOT proper UI design anyways for resizing. You've only considered control sizes, yet the text remains the same in this case. Additionally, the whole reason for resize functionality is to view more of the program interface. If you resize the controls that is not viewing more because it's a simulated zoom...

As for dock and anchor, docking would require the controls to be within a container but it won't resize any controls, and anchor just pins stuff to a border of the form when the resize happens; unless you have opposite anchor points, nothing is going to happen but you don't have much control over how things are resized that way anyways IMO.

Reply