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

TileView Drag Drop and Mouse Acceleration Problem

2 Answers 67 Views
TileView
This is a migrated thread and some comments may be shown as answers.
James Davis
Top achievements
Rank 2
James Davis asked on 05 Nov 2009, 10:20 PM
I setup a simple TileView test application (WPF 2009 Q3 Release).  The tile item does not follow the mouse drag point, especially if mouse acceleration is enabled and the mouse is moved faster.  It happens with multiple rows/columsn but seems most pronounced with a single column such as the code below:    (screenshot attached)  (grabbed first tile item header, moved mouse to bottom, then to top, ended up with blank area at top, mouse pointer at top, tile item 1/2 way up the list.)

Any ideas for fixing this?

 

<Window x:Class="TileViewTest2.Window2" 
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
    Title="Window2" Height="800" Width="200 " xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation">  
    <Grid> 
            <telerik:RadTileView MaxColumns="1" Height="auto" Name="radTileView1" Width="auto" MaximizeMode="Zero">  
                <telerik:RadTileViewItem Height="auto" Name="radTileViewItem1" Width="auto"/>  
                <telerik:RadTileViewItem Height="auto" Name="radTileViewItem2" Width="auto"/>  
                <telerik:RadTileViewItem Height="auto" Name="radTileViewItem3" Width="auto"/>  
                <telerik:RadTileViewItem Height="auto" Name="radTileViewItem4" Width="auto"/>  
                <telerik:RadTileViewItem Height="auto" Name="radTileViewItem5" Width="auto"/>  
            </telerik:RadTileView> 
    </Grid> 
</Window> 

2 Answers, 1 is accepted

Sort by
0
James Davis
Top achievements
Rank 2
answered on 09 Nov 2009, 05:34 PM
FYI - I realized i posted this in the wrong place - sent to support.  Thanks - James
0
Tihomir Petkov
Telerik team
answered on 09 Nov 2009, 07:27 PM
Hi James,

I am closing this thread - I replied to your support ticket.

All the best,
Tihomir Petkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
TileView
Asked by
James Davis
Top achievements
Rank 2
Answers by
James Davis
Top achievements
Rank 2
Tihomir Petkov
Telerik team
Share this question
or