This question is locked. New answers and comments are not allowed.
Hello,
I am having two issue with the radslider but they seem very similar so I have posted in one thread. Please let me know if you would prefer two different threads.
Issues:
1) RadSlider does not resize if it is in a RadPane and the RadPane becomes undocked.
2) If the RadPane becomes unpinned and the RadSlider is maxed the thumb will get clipped.
I am using version: 2011.2.1010.1040
Video of example: http://screencast.com/t/hKBt4Nv8VPUv
Example code that reproduces the issue:
I am having two issue with the radslider but they seem very similar so I have posted in one thread. Please let me know if you would prefer two different threads.
Issues:
1) RadSlider does not resize if it is in a RadPane and the RadPane becomes undocked.
2) If the RadPane becomes unpinned and the RadSlider is maxed the thumb will get clipped.
I am using version: 2011.2.1010.1040
Video of example: http://screencast.com/t/hKBt4Nv8VPUv
Example code that reproduces the issue:
<Grid x:Name="LayoutRoot" Background="White"> <telerik:RadDocking x:Name="radDocking1" BorderThickness="0" Padding="0"> <telerik:RadDocking.DocumentHost> <telerik:RadSplitContainer> <telerik:RadPaneGroup> <telerik:RadDocumentPane Title="Description"> <telerik:RadDocumentPane.Content> <telerik:RadSlider IsSelectionRangeEnabled="True" TickPlacement="TopLeft" IsSnapToTickEnabled="False" HandlesVisibility="Collapsed" Margin="30,0" SelectionEnd="100"> </telerik:RadSlider> </telerik:RadDocumentPane.Content> </telerik:RadDocumentPane> </telerik:RadPaneGroup> </telerik:RadSplitContainer> </telerik:RadDocking.DocumentHost> </telerik:RadDocking> </Grid>