Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
How the current position of collection view can synchronize with the visual index in grid
posted

We assign a xamDataGrid data source a binding list which implements ICollectionView,  and set

xamdataGrid's IsSynchronizedWithCurrentItem = true, the currentItem can synchronize with the active

record in grid, but the currentPosition is not visual index  synchronize with grid show. How can I get 

visual index through collection view?

Thanks.