Vertical Scrolling Only Panel
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all. I'm trying to get a panel that only allows you to scroll vertically. This is what I've attempted:
Public Class VerticalOnlyPanel : Inherits Panel
Protected Overrides Sub OnCreateControl()
SetScrollState(ScrollStateHScrollVisible, False)
End Sub
End Classwith no success. Any ideas? Thanks in advance. Jamie Nordmeyer Portland, Oregon, USA