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).