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