Remove horizontal scroll bar in Treeview control?

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Is there a way to remove the horizontal scroll bar on a TreeView
control? I want to keep the vertical one.
 
Try loading the control using code from Form_Load instead of using the
property grid.
That should prevent the horizontal scrollbar from showing (unless you
really need it).
 
Ok. What property to I set on the Load event that will prevent the
horizontal scrollbar from showing? I see "Scrollable" but this seems to
cover BOTH scrollbars.
 
Back
Top