Is is possible to change the border side of the selection rectangle?
I'd like to increase it to make it more visible.
I have Show Selection turned off as the rows need to be colour coded.
Setting the font to bold helps, but leads to some loss of text visibility.
Did you try to set grid.SelectionRectangle = true?
Yes and that works. What I'm asking is can the border be made thicker?
At this moment there is not a built-in setting to make this even thicker.
Chris_272
(Christian)
August 5, 2024, 12:41pm
5
Is there in the meantime a way to change the thickness of the SelectionRectangle. (We wan't it the other way round, a little bit thinner than it is at the moment).
We implemented a custom routine for drawing a thinner selection rectangle in the OnDrawCell-Method, but using the Grids built in functionality would be better.
We will expose a public property SelectionRectangleWidth in the next update.
2 Likes
Chris_272
(Christian)
August 22, 2024, 9:38am
7
First of all i wan't to thank you for publishing the property
I just tried it out and figured out a small issue though.
The rendering of the Rectangle seems to be a little off as you can see in the screenshot.
Would be perfect, if this can be fixed in the next (or so) update :-)
We applied further improvements for this that will be included in the next update.
1 Like