Hicham
Posted
on Oct 25, 2011
(permalink)
How to slide RadTabItem when we add new RadTabItem dynamically in the RadTabControls?
I want to animate the newly added TabItem and I want to add a sliding animation for content when it is selected.
Thank you very much!
Reply
Petar Mladenov
Petar Mladenov
Posted
on Oct 28, 2011
(permalink)
Hello Hicham,
Currently this cannot be implemented easily in the RadTabControl. This needs a lot of XAML and code behind work. We could create a feature request for you and you will be able to vote for it, thus increasing its development priority. Is this suitable for you ?
Best wishes,
Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Reply
Hicham
Posted
on Oct 28, 2011
(permalink)
Hello Petar,
It'll be nice if you do it, especially my company uses your products in many projects. I am ready to give you more details if needed.
Thank you for your help.
Best wishes.
Reply
Petar Mladenov
Petar Mladenov
Posted
on Nov 2, 2011
(permalink)
Hi Hicham,
Yes, we will appreciate if you can send us more details about this feature request. This way it will be more clear and the people will take easier decisions on whether to vote for the feature in PITS or not. Thank you in advance.
All the best,
Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Reply
Hicham
Posted
on Nov 4, 2011
(permalink)
Hi Petar,
My need is this:
Every RatTabItem is created dynamically when a Radmenu is clicked. So I want to have the transition like if the tabitem fade in from the menu (the same effect in windows task bar window openning). And when closing the tab I want that appears like if the tab returns to the menu which opened it before.
Good regards.
Reply
Petar Mladenov
Petar Mladenov
Posted
on Nov 9, 2011
(permalink)
Hi Hicham,
If there is no movement (item moving from Menu to TabControl) , why not playing with the Opacity of the RadTabItem after it is added (increase from 0 to 1 in some time interval) and the Opacity of the RadMenuItem before being removed (decrease from 1 to 0). Is this suitable for you ?
All the best,
Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Reply
Hicham
Posted
on Nov 10, 2011
(permalink)
I'll try to do it. But it will be appreciable if you gave a sample. Thank you in advance.
Reply
Answer
Petar Mladenov
Petar Mladenov
Posted
on Nov 15, 2011
(permalink)
Hi Hicham,
I prepared a project for you that animates the Opacity of the RadTabItems and RadMenuItems. Hope you will find it useful.
Kind regards,
Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Reply
Hicham
Posted
on Nov 16, 2011
(permalink)
Hello Petrav,
Thank you for you great effort. The sample you gived me is suitable for my need. I will use it as base to acheive my task.
Best regards.
Reply