Jump to content
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
18 May 2017 - 02:11 AM
Thank you.
07 May 2017 - 01:58 PM
This is it. In my previous code I set color for 2 columns:
TextColor := tmpColor; NextGrid1.Cell[ACol-2, ARow].TextColor:=tmpColor;
In my current project I paint only 1 column, so I deleted the first line and edited second... Thank you.
18 November 2016 - 04:36 PM
Looks good, thank you!
17 November 2016 - 03:39 PM
Sorry to bother you with this very minor issue, but I don't understand how VertScrollBar.PageSize can help.
You can reproduce this behavior by doing the following:
- Add grid, button, then add let's say 20 rows
- Try to scroll like this:
button:
16 November 2016 - 03:48 PM
How can I avoid this infinite scroll when using VertScrollBar.Position ? I mean, when last row shown in bottom, I would like VertScrollBar.Position not to scroll more.