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

With MultipleRowsAndColumnsPanel (i.e custom TileViewPanel) scrolling behavior is not working and newly added tile is not visualized

1 Answer 58 Views
TileView
This is a migrated thread and some comments may be shown as answers.
dharmesh
Top achievements
Rank 1
dharmesh asked on 06 Jan 2020, 11:45 AM

Hi,
I am using MultipleRowsAndColumnsPanel in my application. 
I am facing some issues with it:
1. Scrolling behaviour is not working
2. When I add new tile in the view, it is not visualized. when I restart the application, all the tiles are visible as expected.
when I call base.MeasureOverride(availableSize) and base.ArrangeOverride(finalSize) methods in my overriden methods, all the newly added tiles display at position 0.

expected behaviour:
1. scrolling behaviour should work on when tiles goes out of view.
2. newly added tile should display on the view at the next position(1st position after last tile view item).

(MultipleRowsAndColumnsPanel  is copied from https://github.com/telerik/xaml-sdk/tree/master/TileView/RestoredTilesToSpanMultipleRowsAndColumns)

1 Answer, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 08 Jan 2020, 01:08 PM

Hi Dharmesh,

The question in this thread is duplicate to a one posted from your in this forum thread. To avoid duplication, let's continue in the second one.

Regards,
Dinko
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
TileView
Asked by
dharmesh
Top achievements
Rank 1
Answers by
Dinko | Tech Support Engineer
Telerik team
Share this question
or