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

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

gradle error "Cannot convert the provided notation to a File or URI" -