c# - How to make the UI responsive in Winforms -
instead of of guys first learned winforms
moved wpf
, i'm opposite! reasons regarding graphic performance have use winforms. i'm stuck @ first step. how can make ui
responsive wpf. equivalent of grids
in winforms. highly appreciated.
if responsive mean working on screen resolutions, can use panels, , dock controls inside. correct mix of controls docked in panels, docked in main form, can nice design automatically fit on screens. can use anchor property make control "stick" example top right corner(by default it's top-left). @ least that's understood question.
Comments
Post a Comment