Hi all,
Is it possible (easily) to know the minimum width a component is going to take, before creating it ?
I know the component size is determined after creation, in the parent resized() method. However, my question is more :
How can I make sure the width I’m assigning to a component is high enough to make it render correctly (without ellipsing text and so on).
I need to know this, in order to compute the minimum width of a column in a table.
Thanks