Posted 10 February 2023, 2:26 pm EST - Updated 10 February 2023, 2:31 pm EST
ScrollBar on an InputTextBox used in the InputPanel
Posted by: rui.alves on 10 February 2023, 2:26 pm EST
-
-
Posted 13 February 2023, 5:48 am EST
Hi Rui,
You can display the vertical scroll bar for InputTextBox (with the multiline property set to true) using the following code:
inputTextBox1.TextBox.ScrollBars = ScrollBars.Vertical;
Kindly refer to the attached sample for full implementation. (See InputPanelVerticalScrollBar.zip)
Best Regards,
Aastha -
Posted 14 February 2023, 6:55 am EST
Very Good!
Thanks