Grid Check Box

Started by Jeffrey Ferreira, April 22, 2021, 02:48:28 PM

Previous topic - Next topic

Jeffrey Ferreira

Hi,

i'm working on a grid and i have a check box on grid but the user is complaining that they have to get the mouse right into that square to activate it...is there any way around this where i can increase surface area of clickable region...without making it a button and losing functionality of on/off.

thanks

jeff

Mike King

There is no easy method to do this, however you can replace the check box with a button then change the 'Bitmap$  between "!EmptyBox" and "!CheckBox" to indicate state.

Mike King
President - BBSysco Consulting - http://www.bbsysco.com
eMail: mike.king@bbsysco.com

Jeffrey Ferreira

Thank you Mike.
I will do this...