how to hide vertical scrollbar in Panel?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I have one panel control. I will add some label controls to that panel at runtime. Total length of labels are more the panel height. I want to hide the vertical scrollbar of that panel. How do I hide the default vertical scrollbar of that pannel without giving the autoscroll properties to false. I need to give autoscroll properties to true for scrolling panel from other events

Regards,
 
Back
Top