Expose Rows and Columns In ColumnPanel

From the docs:

This container allows you to drag and drop components into rows and columns.

So wouldn’t it make sense to have rows and columns properties that you can interact with in the API?

Something like:

rows = self.content_panel.rows
columns = self.content_panel.columns

Currently don’t see them in the more detailed docs here.

I don’t understand what you expect/want those rows/columns attributes to be. Well, rows I could guess at, but the “columns” need not be aligned but are instead specific to each row:

Helpful background on the design history:

1 Like