user interface - Resizing componenets on a c# form -
typically in java if have layout manager of somesort, when resize page components in panel resize accordingly. think app missing sort of layout manager control resizing @ moment static
is there way make resize on changing of form size? user makes page bigger, componenets adjust , on.
thanks
.net has layout managers well.
personally, prefer tablelayoutpanel
winforms apps.
once layout table (using combination of static/dynamic sized rows/columns) add child controls table cells. once add controls, can dock or anchor controls cell automatically adjusted when window re-sized.
Comments
Post a Comment