How to set vertical scroll bar visible in ultraGrid cell when focus is not on the cell. I have set cellMultiLine property = True and VerticalScrollBar = True. But the scroll bar is visible only when focus is on the cell else it doesnot show the scroll bar.
That behavior is by design because it is pointless to show a scrollbar when it can't be used (all it would do is take up space that could be used to display data).
Hi Brian, I want to show 14 lines by default, but if it exceeds 14 lines then scroll bar should be visible without keeping focus on the cell. Because else user needs to do mouse click on each and every cell to check if there is content more than 14 lines. And we cant make the row height larger. Let me know if there is any solution on this.