winforms - AutoScroll property in C# Windows Form only allowing Vertical Scroll Bar to work -
i trying enable scroll bars windows form application. when set autoscroll property true, vertical scroll bar appearing , working. horizontal scroll bar not showing @ all. have panels within form, i'm not sure if/how causing problem. how can make both scroll bars work?
if controls inside panel, , panel has dock style set, can affect behavior of autoscroll functionality.
to have autoscroll work both vertical , horizontal scrollbars, have set panel's dock property dockstyle.none.
Comments
Post a Comment