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
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.
<
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
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.
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
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.
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.