If RichEdit5 does not fit into the window, then its vertical/horizontal scrollers are visible, otherwise they are hidden.
Is it possible to find out the current state of the scrollers?
If RichEdit5 does not fit into the window, then its vertical/horizontal scrollers are visible, otherwise they are hidden.
Is it possible to find out the current state of the scrollers?
? oRtf:WinStyle( WS_VSCROLL )
? oRtf:WinStyle( WS_HSCROLL )Yes, it fits. Thanks !