This is a migrated thread and some comments may be shown as answers.

RadJumpList, StickyHeader, Tilt Effect

1 Answer 103 Views
JumpList
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Matthew
Top achievements
Rank 1
Matthew asked on 08 Dec 2011, 02:00 PM
Is it possible? I already have the following types registered:

InteractionEffectManager.AllowedTypes.Add(typeof(ListBoxItem));
InteractionEffectManager.AllowedTypes.Add(typeof(RadDataBoundListBoxItem));

I don't really see another type that I could add to this list to make it work. All other items, including the GroupHeaders are tilting just fine.

Thanks for the help!!

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 12 Dec 2011, 08:21 AM
Hi Matthew,

The StickyHeader itself is not a RadDataBoundListBoxItem instance and thus trying to apply the TiltInteractionEffect the way you're doing it will not work as expected.

A possible way to implement this could be to add a Button derived object in as a StickyHeaderTemplate and turn on the TiltInteractionEffect for it.

I hope this helps.

Greetings,
Deyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
JumpList
Asked by
Matthew
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or