AD
Administrator
Syncfusion Team
February 18, 2005 06:21 PM UTC
I think you can increase the grab square by changing the value of delta in Samples\In Depth\ExcelSelectionMarker\CS\ExcelMarkerMouseController.cs.
As far as making a thicker selection border, this not easily done as these values are hard code in our library code. There are no property settings that you can adjust to affect this width.
UN
Unknown
Syncfusion Team
February 18, 2005 06:47 PM UTC
Thanks for the quick reply. Would it be possible for me to take the source of GridPaintExcelLikeSelection.cs and build a custom version? Could I add this to my grid without modifying and rebuilding the library i.e. in my code alone without changing the libraries you provide.
-Matt
>I think you can increase the grab square by changing the value of delta in Samples\In Depth\ExcelSelectionMarker\CS\ExcelMarkerMouseController.cs.
>
>As far as making a thicker selection border, this not easily done as these values are hard code in our library code. There are no property settings that you can adjust to affect this width.
AD
Administrator
Syncfusion Team
February 18, 2005 11:13 PM UTC
Yes, you can. Here is a little sample. But I am not sure what other problems you may run into as you try to tweak those numbers.
http://www.syncfusion.com/Support/user/uploads/GC_ExcelSelection_6ed3c0bc.zip
UN
Unknown
Syncfusion Team
February 23, 2005 06:10 AM UTC
Thanks! It seems to work fine. -Matt