Class QOverflow
Contains/Defines Overflow CSS Styles to be used on QControls
string |
NotSet
Not set |
#
'NotSet'
|
string |
Auto
Decided by browser |
#
'auto'
|
string |
Hidden
Hide the content flowing outside boundary of the HTML element |
#
'hidden'
|
string |
Scroll
The overflow is clipped, but a scroll-bar is added to see the rest of the content |
#
'scroll'
|
string |
Visible
The overflow is not clipped. It renders outside the element's box. This is default |
#
'visible'
|