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

RadTileView scroll and size issues (?)

1 Answer 154 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Viktor
Top achievements
Rank 1
Viktor asked on 10 Apr 2011, 11:54 AM
Hello,

I'd like to have a few questions about RadTileView WPF control:

  1. I need to change the size (height) of RadTileViewItem. Setting height works fine, but the area provided by owner RadTileView remains unchanged. Is there any way to change this area's size?
  2. The mouse scroll wheel doesn't work with RadTileView placed in ScrollViewer. I haven't found any suitable property to fix this, is there one?
  3. When I have RadTileView placed in ScrollViewer, I scroll down little bit, click any focusable control contained in a child RadTileViewItem, and then it scrolls itself the top of the RadTileView. (In other words, when any control on RadTileViewItem gets focus, it automaticaly scrolls up to RadTileView's top border). Is there any way to change this behaviour?

Thanks for every answer.

Viktor

1 Answer, 1 is accepted

Sort by
0
Zarko
Telerik team
answered on 13 Apr 2011, 03:46 PM
Hi Viktor,

 For your first question could you please try to set the RowHeight property of the RadTileView - with it you set the height of all RadTileViewItems. 
The problem in your second question occurs because the RadTileView have a build-in ScrollViewer and it catches the MouseWheelDown and MouseWheelUp events.
I'm not sure why the third problem occurs and we'll need some more time for further investigation.
For now I can advise you to try not to put the RadTileView inside a ScrollVIewer and use its build-in one if posible. 
I've attached a sample project and if you have further questions feel free to ask.

Kind regards,
Zarko
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TileView
Asked by
Viktor
Top achievements
Rank 1
Answers by
Zarko
Telerik team
Share this question
or