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

Popular posts from this blog

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -