Scrollbars for TextBox in grid control

I have a textbox cell type in the grid control. My question is: Is there a way to make the textBox show scrollbars when the text is too long? So that user will know if there is any text hidden in the cell and can view all the contents easily by moving the scrollbar.

2 Replies

AD Administrator Syncfusion Team July 15, 2004 06:55 PM UTC

If your cell is more than 1 line tall, and if you set style.WrapText = true (this is the default), and set style.VerticalScrollbar = true, then a vertical scrollbar will appear as you edit the cell. Is this what you wanted?


DL Dongxian Li July 16, 2004 12:51 PM UTC

Yes. Great. That is what I am expecting. Thanks a lot. Dongxian

Loader.
Up arrow icon