Hi,
Are there any examples out there of a Grid View with a checkbox in one of the columns?
Using Python in Rhino 6.
Eric
Hi,
Are there any examples out there of a Grid View with a checkbox in one of the columns?
Using Python in Rhino 6.
Eric
Here’s an example from the C# docs. When you create the grid column set the DataCell to a CheckBoxCell
I see thank you. Seems simple enough.
Eric.