TSRVScrollBar.SRVControlStyle

<< Click to display table of contents >>

TSRVScrollBar.SRVControlStyle

Define appearance of this scrollbar.

property SRVControlStyle: TSRVControlStyle;

This property is used if a skin is not assigned (see SkinManager and SkinSchemeIndex).

srvcsSimple (an example view if RVControlsPainter.Theme = rvctPaleBlue):

scrollbar_simple

srvcsClassic:

If UseXPThemes = True, the scrollbar uses VCL themes (if available) or Windows themes (if available). Otherwise, the scrollbar has 3d look. When the scrollbar is inserted in a TSRichViewEdit document, theme drawing is scaled not completely correctly. We recommend using srvcsSimple instead.

Default value:

srvcsClassic

This is the only control in ScaleRichView/SRVControls that has SRVControlStyle = srvcsClassic by default.