Accordion ordered panels

0
0

Hi,

I have an Accordion with 3 panels A,B,C and SelectedOnTop = true.  When i select B and after that C, the order of panels is C,B,A. Is it possible to keep the order of unselected panels? In my case it should be C, A,B.

Thank for your help,

Page

  • You must to post comments
0
0

Try accordion.SelectedOnTop = false;

  • Page Page
    I knew it, but i need SelectedOnTop = True to make the selected panel on Top, what i need is unselected panels keep their order.
  • Luca (ITG)
    Yep, I misunderstood. Now the panel on top animates down and it keeps the order of selection. I will see if/how to change the behavior.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.