Hi,
How do I determine what space a View requires?
For example:
<Label Text="Lorem ipsum dolor sit amet" />
What will be this Label
's size without knowing anything about its parents.
Now same question about a Cell
, Panel
or anything, consisting of a set of multiple controls, how can I recursively determine the size it requires (by requires I mean its minimum height in order to display its contents on screen without chopping it off).