Hi Dan
We don't have a property to control this. You can use "extraIconGap" to modify the gap between the checkbox and the folder icon (on its right), but we don't have a property to control the gap between the checkbox item and the opener icon (on its left).
You can achieve this via some custom media though. You can specify an explicit checkboxFieldImageWidth for the grid to make the checkbox render wider, and you can specify custom checkboxFieldTrueImage and checkboxFieldFalseImage to load an image with the spacing you want included as part of the media.
This doesn't really solve my problem, unfortunately - as clicking the "gap" between the opener and checkbox will still trigger a selection change if it's part of the checkbox image. I'm hoping to have some dead space between the two icons...
I considered that, but I don't think so; I only found a single size attribute on the opener icon:
setOpenerIconSize
And so unless I'm missing something ( which is entirely possible ) - I don't think I can fill the height and have a space without changing the aspect ratio of the icon.
Comment