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.

Parents
No Data
Reply
  • 69686
    posted

    Hello,

    Can you please give us more details on your scenario and what you are trying to achieve with the Visible index of a record? The ActiveRecord property is synchronized with the CurrentItem of the ICollectionView. 

Children