|
Top Previous Next |
|
TSRVScrollBar is a scrollbar, which is used to scroll the contents of a window, form, or control. Unit SRVSBar. Syntax TSRVScrollBar = class(TScrollBar) HierarchyTObject TPersistent TComponent TControl TWinControl TScrollBar DescriptionThis is a skinnable version of TScrollBar. These scrollbars are used in TSRichViewEdit. Visual appearanceIn a no-skin mode (if a skin is not applied, and UseXPThemes=False or Window theme is not available) you can: •assign Color property to set a background color; •assign Flat property to make the scrollbar flat. TSRVScrollBar is a skinnable component. Skins are used when SkinManager and SkinSchemeIndex properties are assigned. You can draw various parts of the control yourself using custom drawing events.
If this control is not inserted in TSRichViewEdit control, we recommend to assign True to its DoubleBuffered property to prevent flickering. |