I want to get the Height of the TextBox on the right of my Vertical Line. I was thinking of using Bindings and Value but I dont know how I can do it.
1 Answer, 1 is accepted
0
Momchil
Telerik team
answered on 24 Aug 2023, 12:17 PM
Hello Catalin,
My understanding is that you wish your vertical line to extend as the textboxes on the right grow. Please, correct me if I am wrong.
I suppose this can be achieved using Anchoring but, frankly, I would not recommend this approach. Instead, I would suggest using the built-in Table and applying borders to the cells.
Alternatively, you can put the three text boxes on the right of your vertical line within a Panel and apply borders to the panel. This way, if any of the textboxes on the right grow, the panel will have to grow because it is their container.