Hi so what I have been trying to do is just a simple eto panel with lots of data displayed, this data is extracted from the current rhino project so it should change with each object added/deleted from the document, I am looking for a format of a label and its values, I have tried using just labels but that turned out to be very inefficient as I have 15 labels, which container would be a good solution?
Hi @Vojta_Hanzlík,
You might have a look at GridView.
Here is a simple Python sample to demonstrate. Of course, you can use C# too.
test_gridview_dialog.py (2.1 KB)
– Dale
grid view seems to be what I was looking for thank you