Can a cell (if that is what it is called) be a parent of another control?
I have a MSFlexGrid and I want to divide it into n number of rows by 2 columns like this:
In each cell I want a picture, checkbox, combobox.
Is this possible?
I have a MSFlexGrid and I want to divide it into n number of rows by 2 columns like this:
Code:
+--------+--------+
| | |
| | |
| | |
| | |
+--------+--------+
| | |
| | |
| | |
| | |
+--------+--------+
| | |
| | |
| | |
| | |
+--------+--------+
| | |
| etc | etc |
Is this possible?