scrolling property

scrolling property

Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.01.

Definition:

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

See Also