Using the TAdvColumnGrid as a table in our GUI, the following problem occurs:
The handling becomes quite uncomfortable when the columns are expanded to exceeding the total width of the Grid
(This can occur, when the column contains much text and the width is auto-sized by double clicking on the bound).
The grid always tries to match the left bound of the table with the left bound of a column.
As a result it seems impossible to change the width of a Column (by dragging the right bound), once it exceeds the total grid width, because the right bound doesn't appear in the visible part of the grid anymore.
To solve this problem I search a possibility to prevent the grid matching automatically the left bound of the selected column with the left bound of the grid.
The scrolling through the columns should be fluent instead of jumping from bound to bound.
Is there a property of the grid or a workaround to change this behaviour?
Sorry, scrolling in the grid is always based on entire columns, i.e. scrolling column by column like in Excel.