ScrolledComposite.getAlwaysShowScrollBars

Returns the Always Show Scrollbars flag. True if the scrollbars are always shown even if they are not required. False if the scrollbars are only visible when some part of the composite needs to be scrolled to be seen. The H_SCROLL and V_SCROLL style bits are also required to enable scrollbars in the horizontal and vertical directions.

@return the Always Show Scrollbars flag value

class ScrolledComposite
bool
getAlwaysShowScrollBars
(
)

Meta