Hello,
we need an event when a cell is scrolled horizontally out of the visible range.
Specifically, if a column disappears under the columns fixed to the left.
Is there such an event?
Thanks
Hello Marcus,
I am glad that you found my suggestion helpful.
Thank you for using Infragistics components.
Hello Tihomir,
thanks a lot, thats worked for me!
For horizontal scrolling you can use CellsInViewChanged event, and check if the column you want to track is in the current view.
I have prepared a sample you can use as a reference, in which a warning is shown when a certain column is scrolled out of view.
Should you have any further questions, please let me know.
Sincerely,Tihomir TonevInfragistics
ColumnScrolledOutIOfView.zip
Hello, Tihomir,
yes, it is about the XamDataGrid, and therefore also about the DataPresenter.
The problem is not vertical scrolling (DataRecords), but horizontal scrolling. We haven't found a suitable event for this. We need an event if a column (field) is scrolled out of the visible area.
Thanks a lot!