Multi-row select for Grid control: Difference between revisions

m
nope- geshi messes up the < >
m (trying out geshi -to see if it works on this page)
m (nope- geshi messes up the < >)
Line 4: Line 4:
== Example ==
== Example ==
Paste this code into a test view to test it and see how it works. Once compiled, you will see a narrow column on the left that acts as a margin. Clicking this gray cell will highlight the row. Using SHIFT or CTRL and clicking another gray cell will select multiple rows.
Paste this code into a test view to test it and see how it works. Once compiled, you will see a narrow column on the left that acts as a margin. Clicking this gray cell will highlight the row. Using SHIFT or CTRL and clicking another gray cell will select multiple rows.
<source lang="vdf">
   Object oGrid1 is a Grid
   Object oGrid1 is a Grid
     Set Location to 7 26
     Set Location to 7 26
Line 153: Line 152:
   End_Object // oButton1
   End_Object // oButton1


</source>


[[Category: Visual Dataflex]]
[[Category: Visual Dataflex]]
1,134

edits