1. Create a new application in Delphi
2. Place a NextGrid component on the main form
3. Create 3 textual columns - first column should be AutoSize, and last column should be Invisible
4. Now run the application
The bug is that there is a horizontal scroll-bar although the last column is invisible.
Here is a screenshot:
wrong.gif 9.99KB
1 downloadsThe workaround (I am too lazy to dive into the source code to make a fix) is to manually set
the "Options" property of the grid inside OnFormCreate handler, like this:
....
myGrid.Options:=myGrid.Options;
....



Find content
Not Telling
