Determines whether the syntax memo control has scroll bars.
property ScrollBars: TScrollStyle;
Use ScrollBars to give a syntax memo horizontal or vertical scroll bars. ScrollBars can take one of the following values:
|
Value |
Meaning |
|
ssNone |
The control has no scroll bars |
|
ssHorizontal |
The control has a single scroll bar on the bottom edge |
|
ssVertical |
The control has a single scroll bar on the right edge |
|
ssBoth |
The control gas a scroll bar on both the bottom and the right edges |
In word-wrap mode horizontal scroll bar will be hidden independently on ScrollBars value.
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|