Hi, We have a grid with bunch of labels (not cells, all labels). Is it possible to add scrollbar to the grid ? Sometimes the lable text goes beyond the size of the grid so we need scroll bars. I set DisplayLayout.Scrollbars to Automatic but not working.
Thanks
Hi,
ilovela said:We have a grid with bunch of labels (not cells, all labels).
I'm not sure what this means. You mean column headers with no cells? The scrolling the grid is row-based. So if you have no rows, you will not be able to scroll.
Hi, Mike . By label I mean UltraLabel. So, I guess I can't have scrollbars..
Okay, now I'm really confused. What does UltraLabel have to do with the WinGrid? There is no connection between the two, so I don't understand what you are saying.
I'm sorry I confused you. We actually added the labels into the controls of the UltraGrid. The reason why we used labels is because users want the card view like that. And it' s easy to set up layout with bunch of labels