Hi,
Given a Grid Control,
Is it possible to implement a random selection.
For example holding ctrl and clicking with the mouse to select random cells.
Thanks
Valery Iskarov Nikolov
Software Dynamics
Printable View
Hi,
Given a Grid Control,
Is it possible to implement a random selection.
For example holding ctrl and clicking with the mouse to select random cells.
Thanks
Valery Iskarov Nikolov
Software Dynamics
The grid itself will not keep track of these things...
at least not to my knowledge..
You'd have to set up your own way to keep track,
2-d array or somthing, and then change the cell back color to
help distinguish selected cells.
Thanks,
It seems that this is the only way...
Regards,
Valery Iskarov Nikolov
Software Dynamics