show_scrollbar property

show_scrollbar property

Show Scroll Bar in Window

Definition:

@property
def show_scrollbar(self):
    ...

@show_scrollbar.setter
def show_scrollbar(self, value):
    ...

See Also