
how can I have the black border at the right side of the xbrowse after the scrollbar ?
I made
@ 40, 10 XBROWSE oBrw OF oDlg SIZE 300, -20 PIXEL ;
   AUTOCOLS DATASOURCE oDbf NOBORDER
          WITH OBJECT oBrw
               :lDrawBorder := .t.
               :nClrBorder := CLR_BLACK
           ENDIf I make
oBrw:lVScroll := .f.
oBrw:lhScroll := .f.
the border is painted good but I need to use Vscroll

I think we need to tell the xbrowse class that when there is vertical scrolling the border must be drawn after the scroll
any solution ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

