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

Scroll with Mouse Wheel

5 Answers 63 Views
Window
This is a migrated thread and some comments may be shown as answers.
Syed Danish
Top achievements
Rank 1
Syed Danish asked on 25 May 2010, 08:23 AM
Hi,

With the Rad Window I am not able to implemented the mouse wheel scroll. I am using Composite Application Guidance. My same code is working with the browser and the same is not working with the Rad Window. Please Help.

Thanks and Regards,

Syed Danish

5 Answers, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 28 May 2010, 09:16 AM
Hello Syed Danish,

Can you provide us with a small app so we can locate the problem.

Greetings,
Kaloyan
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.
0
Syed Danish
Top achievements
Rank 1
answered on 01 Jun 2010, 10:58 AM
I am using the Composite application guidance and want to apply the scroll with mouse functionality to the user. Can any one of you help me in applying the same. The code below is being used to apply the scroll, this is the code I got while googling. Is there any other way out?

<

 

Border Margin="-6,2,4,2" Grid.Column="2" Grid.Row="2" Grid.RowSpan="2" CornerRadius="4,4,0,0" BorderBrush="White" Background="#FFF" BorderThickness="2">

 

 

 

<ScrollViewer x:Name="MainScroll" Width="Auto" VerticalScrollBarVisibility="Auto">

 

 

 

<SilverlightFx:Interaction.Behaviors>

 

 

 

<SilverlightFx:MouseWheelScroll />

 

 

 

</SilverlightFx:Interaction.Behaviors>

 

 

 

<ContentControl x:Name="FormMainRegion" Regions:RegionManager.RegionName="FormMainRegion" Background="#FFF" VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch"/>

 

 

 

</ScrollViewer>

 

 

 

</Border>

 



Thanks in advance.


Thanks and Regards,
Syed Danish
0
Konstantina
Telerik team
answered on 04 Jun 2010, 03:02 PM
Hi Syed Danish,

We will need some more information about your case - could you please share with us how exactly you are using the Window, what is the Content of the Window, which Silverlight version you are using: 3 or 4?

Looking forward to your reply.

Greetings,
Konstantina
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.
0
Syed Danish
Top achievements
Rank 1
answered on 07 Jun 2010, 06:28 AM
Hi,

I am using the MVVM pattern, silverlight 3, with CAG. The rad window I am using is Modal and it also contains the regions. The code above in my previous post contains the code for the scroll bar in the region. The region contains the views, the problem is the scroll bar behaves normally with the mouse wheel when the cursor is on the scroll bar and when the cursor is some where else the mouse wheel dose'nt work properly. Please help.

Best Regards,
Syed Danish
0
Konstantina
Telerik team
answered on 09 Jun 2010, 02:58 PM
Hi Syed,

Could you please send us a sample project in which this issue is observed as we are not able to reproduce it. In that way we will be able to assist you in the best manner.

Looking forward to your reply.

Greetings,
Konstantina
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
Window
Asked by
Syed Danish
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Syed Danish
Top achievements
Rank 1
Konstantina
Telerik team
Share this question
or