Hi,
I have a page that uses RadToolTipManager to display a tooltip for several elements in the page. The tooltip contains 3 controls, a textbox, a label, and a button. The textbox and the label text are populated dynamically.
Everything is working correctly, however, it appears that controls render horizontally when added to the controls collection. Also, looking through all the documentation and examples, it appears that in every case, content is rendering from left to right.
I need to have these 3 controls stacked on top of each other, with textbox on top, label under the textbox, and the button on the bottom.
Is there a way to handle the positioning of these controls?
Thanks!
I have a page that uses RadToolTipManager to display a tooltip for several elements in the page. The tooltip contains 3 controls, a textbox, a label, and a button. The textbox and the label text are populated dynamically.
Everything is working correctly, however, it appears that controls render horizontally when added to the controls collection. Also, looking through all the documentation and examples, it appears that in every case, content is rendering from left to right.
I need to have these 3 controls stacked on top of each other, with textbox on top, label under the textbox, and the button on the bottom.
Is there a way to handle the positioning of these controls?
Thanks!