I have a RadCommandBar docked (to the bottom). It contains 2 labels and 2 textboxes with 1 seperataror. Its 'RightToLeft' property is set to true. It looks something like this:
I'd like to make the width of TextBox1 depending on it's contents. E.g. when it contains "short" the width is 100px, but when "a somewhat longer text" is displayed e.g. 400px. The textboxes are readonly.
The properties "AutoSize" and "AutoSizeMode" of the RadCommandBar, CommandBarRowElement, CommandBarStripElement and CommandBarTextBox elements are set to True and Auto. The textbox doesn't resize when the textcontent changes?
How can I obtain this functionality?
Kind regards,
Raoul
-------------------------------------------|---------------------------
label1 [ TextBox1 ] | label2 [ TextBox2 ]
-------------------------------------------|---------------------------
I'd like to make the width of TextBox1 depending on it's contents. E.g. when it contains "short" the width is 100px, but when "a somewhat longer text" is displayed e.g. 400px. The textboxes are readonly.
The properties "AutoSize" and "AutoSizeMode" of the RadCommandBar, CommandBarRowElement, CommandBarStripElement and CommandBarTextBox elements are set to True and Auto. The textbox doesn't resize when the textcontent changes?
How can I obtain this functionality?
Kind regards,
Raoul