Subject | IB_Grid cancels Horizontal Scroll |
---|---|
Author | andygarneruk |
Post date | 2005-09-23T18:05:34Z |
When a datasource has more columns than the grid can display, the user
can scroll the columns hoizontally to bring the right most columns
into view.
When RowSelect = True however, simply clicking a cell in one of these
normally out of view columns causes the grid to cancel the horizontal
scroll and display column 1 in the left most position.
How can I have the grid retain the active column in view please?
Thanks, Andy.
Here is my grid definition:
object grdCustomers: TIB_Grid
Left = 0
Top = 40
Width = 789
Height = 489
TreeOptions.NodeIndent = 25
CustomGlyphsSupplied = []
DataSource = dmDatCustomer.dtsCustomer
Align = alClient
OnDblClick = grdCustomersDblClick
ReadOnly = True
TabOrder = 1
RowSelect = True
OrderingColor = 16777168
end
IBO 4.5Ag
XP Pro SP2
can scroll the columns hoizontally to bring the right most columns
into view.
When RowSelect = True however, simply clicking a cell in one of these
normally out of view columns causes the grid to cancel the horizontal
scroll and display column 1 in the left most position.
How can I have the grid retain the active column in view please?
Thanks, Andy.
Here is my grid definition:
object grdCustomers: TIB_Grid
Left = 0
Top = 40
Width = 789
Height = 489
TreeOptions.NodeIndent = 25
CustomGlyphsSupplied = []
DataSource = dmDatCustomer.dtsCustomer
Align = alClient
OnDblClick = grdCustomersDblClick
ReadOnly = True
TabOrder = 1
RowSelect = True
OrderingColor = 16777168
end
IBO 4.5Ag
XP Pro SP2