I want to dynamically set the width of a component instance based on other instances.
So I have a column based table, and cell heights in the columns may vary. So all cells that belong in the same row must be automatically set to one height based on a single cell - can that be possible?
Another scenario with the same table component is that I have a frame with columns that scrolls horizontally and one column that doesn’t scroll which is fixed to the right edge of the scrollable frame with absolute position (not part of auto layout) but this fixed column could be of variable widths. The right padding of the frame must be linked to the width of the fixed column so that when a different variant of the column is selected, the padding can match exactly the new width of the fixed column and no content from the scrollable frame is lost