show_horizontal_scrollbar property

show_horizontal_scrollbar property

Indicates whether to display the horizontal ccroll bar.

Definition:

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

See Also