I've got two treeviews side by side on a panel on a form. They each
have about 20 nodes in them. The treeview on the right has a vertical
scrollbar. The treeview on the left needs a vertical scrollbar but
does not have one.
I have tried TreeView.Scrollable = True and calling ExpandAll() before
the tree view is displayed with no success. I have checked the value
of .Scrollable at runtime and it is true.
If I select a node in the treeview without the scrollbar and hit
downarrow enough, the treeview scrolls as needed to show the selected
node, but still no scrollbar.
I tried everything I can think of and can not account for why the
scrollbar is not there and can not get it to show.
Thanks for any assistance.
Gene H.