I would like to allow a user to click an ultraGrid at runtime and be able to see the selection handles (white dots) and re-size the control like we can in the visual designer. Is this possible?
If you want your users to be able to resize controls at run-time, then you could use the inbox Splitter control, the UltraSplitter, or the SplitPanel.
Thanks, I will try the idea of the splitter.