Page 1 of 1

Swap position of to AccordionTabs during design time

PostPosted: 04 May 2017 16:13
by jorgo
Hi,

I have an Accordion component with 10 AccordionTabs on it.

Now I should swap positions from
AccordionTab with TabIndex = 0
with
AccordionTab with TabIndex = 1
during designtime.

I'm searching for an easy solution.
I don't want to build it all new.

Kind regards - jorgo

Re: Swap position of to AccordionTabs during design time

PostPosted: 04 May 2017 17:16
by assapan
Hi jorgo,
just set tabindex to related value and then refresh all

Re: Swap position of to AccordionTabs during design time

PostPosted: 05 May 2017 09:41
by jorgo
Thx assapan,
it works. I missed the call of RefreshAll.