SECEditCtrlWrapper_T::DisplayFatThumbForSplitters

BOOL SECEditCtrlWrapper_T::DisplayFatThumbForSplitters(void)

Determines if splitters are drawn with a fat thumb when not needed in splitters.

Defined in: SECEditScrollBarWrapper_T.h

Return Value

Returns non-zero if splitter scrollbars are drawn with a fat thumb when scroll bars are not required; otherwise 0 to indicate that scrollbars used in splitters should be drawn with a minimal width when not required.

Comments

When a splitter window is displayed, scroll bars are drawn even if there isn't enough text to require a scroll bar. The default behavior is to disable the scroll bar when it is not required. This method will also allow the scroll bar size to be minimized when not required.

See Also

SECEditCtrlWrapper_T