Having trouble getting help?
Contact Support
Contact Support
Scroll Settings in Windows Forms xp task pane (XPTaskPane)
4 Feb 20251 minute to read
XPTaskPane Enables vertical scrolling for the pages using VerticalScroll property. On mouse hovering over the scroll bar, the task page automatically moves and show the hidden contents. Scrolling speed can be fixed using ScrollSpeed property.
this.xpTaskPane1.ScrollSpeed= 20;
this.xpTaskPane1.VerticalScroll = true;
Me.xpTaskPane1.ScrollSpeed = 20
Me.xpTaskPane1.VerticalScroll = True