0

i have a XtraGrid with and LayoutView. I use carousel to show my cards in this view. Is there a possibility to react on a "ActiveCardChanged" event or sth. like this. I just found "FocusedRowChanged" but this just react if i click the active card.

regards.

Sebi
  • 3,879
  • 2
  • 35
  • 62

1 Answers1

1

I suggest you use the LayoutView.VisibleRecordIndexChanged event. This event is raised when Layout View is scrolled and the index of the currently visible card is changed.

DmitryG
  • 17,677
  • 1
  • 30
  • 53