Panel / FlowLayoutPanel ScrollBars
Hello,
First of all what is the difference between a Panel and a FlowLayoutPanel?
Second, in any of them, how can I show both the Horizontal and Vertical Scroll Bar, no matter if the content is larger or not than the panel?
They will just be disabled until the content gets larger, but I want them visible all the time.
Any way to do this?
Thx.
Re: Panel / FlowLayoutPanel ScrollBars
Try asdding two buttons at random places on both types and it will become immediately obvious what the difference is. Work of the Devil, I say! :)
Don't think it's possible to have permanent integral scroll bars. You'd have to add a scroll control and link to the panel in code.