Interface IScrollBarContainer
Returns a reference to a scrollbar contained in a user control.
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public interface IScrollBarContainer
Remarks
Splittercontrol and Workbookcontrol check for the IScrollBarContainer to get the scrollbar. This enables you to replace the shared scrollbar with any user control that also has a scrollbar. An example is the RecordNavigationScrollBar.
Properties
ScrollBar
Gets / sets the contained scrollbar in a user control.
Declaration
Control ScrollBar { get; set; }
Property Value
Type |
---|
System.Windows.Forms.Control |