I have a grid in Delphi with 10 columns, but I need to enable a scroll bar in only one of these columns. It is possible?
On hold
Hugs
Welcome to SOPT. Would [Edit] have your answer and add what component you are using? Even so, I do not know if it is possible. It would be interesting to comment on why you want to do this, maybe otherwise we can solve the problem that you need to have a column with scroll bar.
When you have a very large data within a grid, what I usually do is let the cell be compressed, and add a click event to display a small modal with the full content.
Welcome to SOPT. Would [Edit] have your answer and add what component you are using? Even so, I do not know if it is possible. It would be interesting to comment on why you want to do this, maybe otherwise we can solve the problem that you need to have a column with scroll bar.
– David
When you have a very large data within a grid, what I usually do is let the cell be compressed, and add a click event to display a small modal with the full content.
– DH.
Very good @DH. I’ve also done something like this :)
– David