Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
I have attached a screen shot in our medical software where we have done this. We have done this a numoftimes, but this is a good example. It is actually very easy to do. In this example, I dropped on a FlowLayoutPanel, then I set the docking to fill the area. Since I was going to be adding controls into this dynamically, the FlowLayoutPanel was best. But if your controls will be static, then just drop on a Panel or a ThemedPanel. Set the AutoScroll property to True, and then start adding controls that exceed the bottom of the control. The scroll bar will automatically appear if the AutoScroll property is set to True. That is basically it. Let me know if you have any troubles.
|