Página 1 de 1

Browser vertical scroll bar behaviour

Publicado: Lun Mar 25, 2013 2:51 pm
por orangesocks
Hi,
If the number of item in the browse is less than the available rows and lVScroll is set to bsAUTO, the vertical scrollbar is not hidden.
Is it the right behavior ?
Attached are the screenshots showing the behaviour and a test program made with Xailer 3.0.1 and MingW.
Regards Giuseppe

Attached files TestBrowseVScroll.zip (2.7 KB)Â

Browser vertical scroll bar behaviour

Publicado: Lun Mar 25, 2013 8:39 pm
por ignacio
orangesocks escribió el lun, 25 marzo 2013 14:51Hi,
If the number of item in the browse is less than the available rows and lVScroll is set to bsAUTO, the vertical scrollbar is not hidden.
Is it the right behavior ?
Attached are the screenshots showing the behaviour and a test program made with Xailer 3.0.1 and MingW.
Regards Giuseppe
Yes. That is the correct behavior. On the TBrowse control de vertical scrollbar is used as a record pointer. (Borland style).
Regards,

Browser vertical scroll bar behaviour

Publicado: Lun Mar 25, 2013 9:46 pm
por orangesocks
Ok, thanks.
Regards Giuseppe