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

JumpList messing up order and header using WrapVirtualPanel

2 Answers 45 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.
Carlos
Top achievements
Rank 1
Carlos asked on 13 Mar 2014, 03:02 AM
See the RadJumplist messing up the heading and top.  I scroll down to the bottom and scroll back up.  

1. notice the top items are resorted.
2. The "pull to refresh" is now in view and but we are not refreshing. 

see picture and attached video

Below is the code the settings. they are being set programmatically.  

Please help little issues like these waste time.  

         var viewsStrategies = new[]
            {
                  new RadJumpListViewDefnition()
                  {
                      VirtualStrategyDefinition = () => new StackVirtualizationStrategyDefinition() {  Orientation = Orientation.Vertical },
                      ItemTemplate = () => Resources["PodcastStackItemTemplate"] as DataTemplate,
                      Sort = () => new PropertySortDescriptor() {  PropertyName = "Title",  SortMode = ListSortMode.Ascending}
                  },                  
                  new RadJumpListViewDefnition()
                  {
                      ViewName = PodConstants.ViewWrap,
                      VirtualStrategyDefinition = () => new WrapVirtualizationStrategyDefinition() {  Orientation = Orientation.Horizontal, WrapLineAlignment = WrapLineAlignment.Near },
                      ItemTemplate = () => Resources["PodcastWrapItemTemplate"] as DataTemplate,
                      Sort = () => new PropertySortDescriptor() {  PropertyName = "Title",  SortMode = ListSortMode.Ascending}
                  },

            };

2 Answers, 1 is accepted

Sort by
0
Carlos
Top achievements
Rank 1
answered on 13 Mar 2014, 03:06 AM
Forgot to attache image.  I also have a video that I can email you
0
Deyan
Telerik team
answered on 14 Mar 2014, 03:25 PM
Hello Carlos,

What we can see on the screenshots is really an undesired behavior. We cannot exactly say why it happens by simply looking at the code you are sending here.

Is it possible that you open a new support ticket, attach your project there as a ZIP archive and send it to us for further investigation?

Thanks for your time.

Regards,
Deyan
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

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