Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is there any way to add scroll bars to a memo editor?

bars editor memo scroll
0
Posted

Is there any way to add scroll bars to a memo editor?

0

The Option property of Editor object provides the ability to add scroll bars to a memo editor using the exMemoHScrollBar and exMemoVScrollBar options. For instance, the following sample adds both scroll bar to the editor of the first column: With Grid1.Columns(0).Editor .Option(exMemoAutoSize) = False ‘ Disables auto resizing when user alters the text .Option(exMemoVScrollBar) = True ‘ Adds the vertical scroll bar .

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123