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

RadSlider does not resize when RadPane becomes undocked

1 Answer 33 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Derek
Top achievements
Rank 1
Derek asked on 07 Nov 2012, 10:35 PM
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:

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



1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 12 Nov 2012, 03:27 PM
Hello Derek,

These issues are fixed in the latest versions of our controls. This is why it would be better to upgrade to our new version and give your solution a try. In case you still encounter issues, let us know so that we can address them as well.

Regards,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Slider
Asked by
Derek
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or