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
1130
display vertical scroll bar in cell
posted

I set the column's cellmultiline property = true and set the column's VertScrollBar = true.  I expected to see a vertical scroll bar inside the multiline cell, but there is no scrollbar that shows. 

Should I have seen a scrollbar?  And if so, any thoughts on why this is not displaying?  UseRowLayout is set to true on the parent band, but I am trying to get the scroll bar in the child band and the child's UseRowLayout is set to false.

 

DK

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi DK,

    The scrollbar only shows up when the cell is in edit mode. So if you click on a cell, you should see it - unless the cells are not editable.

Children