scroll_bars property

scroll_bars property

Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither.

Definition:

@property
def scroll_bars(self):
    ...
@scroll_bars.setter
def scroll_bars(self, value):
    ...

See Also