How do I add padding to the bottom of a list of items in the TreeView so that I can scroll a bit beyond the end of the list?
So far I've come up with the following code, but it doesn't appear to work:
Dim p As New Padding
p.Bottom = 500
myTreeView.Padding = p
According to documentation it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.