ScrollBar on an InputTextBox used in the InputPanel

Posted by: rui.alves on 10 February 2023, 2:26 pm EST

    • Post Options:
    • Link

    Posted 10 February 2023, 2:26 pm EST - Updated 10 February 2023, 2:31 pm EST

    Hello

    Is it possible for an InputTextBox (using multiline property to true) inside an InputPanel to have ScrollBar? I needed a vertical scrollbar.

    Thanks.

  • 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! :slight_smile:

    Thanks

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels