Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4165
Scroll Bar replacing URL Cell
posted

Hi, if I have a URL that is bigger than the width of the cell, when I click in cell i just get a scrollbar. I am including a picture that might explain it better. How can I resolve this?

then

Thanks.

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi,

    When the text in the cell is bigger than the cell, a scrollbar shows up to allow the user to scroll. In this case, it looks like the row height is not big enough to show both the text and the scrollbar, so the scrollbar is obscuring the text.

    So one way to resolve this is to make the row taller.

    Another way would be to turn off the scrollbars and simply let the text be clipped. To do that, I beleive you will need to create an UltraFormattedTextEditor control (if you are not already doing so), turn off the ScrollBars on that control, and then assign it to the EditorComponent property of the column.

Children