I am wondering if you can create a sidebar with static buttons and able to have a scroll bar. I have a usercontrol as the sidebar with static buttons with the sidebar being 805 pixels in height, however the main form is only 407 pixels in height. When I add the scroll bar the bottom arrow is not showing on the main form, it must be at the bottom of the usercontrol, therefore being cut off. I am just wondering if it's better to add dynamically created buttons for this scenario? as I got it to show when I had dynamic buttons correctly.