Announcement
Collapse
No announcement yet.
X
-
Tags: None
-
Assuming the order is like:
Code:1 2 3 4 5 6
If the order is instead:
Code:1 4 2 5 3 6
-
There is not currently a built-in way to multi-select tiles solely from the mouse - standard keyboard and mouse combinations, as we cover above, are the only way.
You could of course add a checkbox interface to your own tiles and manipulate the TileGrid’s selection through standard selection APIs such as selectRecord().
Comment
Comment