Hi
I'm fairly new to WPF. I'm trying to display a slider control between buttons on a tool bar.
I want my XAML to look something like this:
<telerik:RadToolBar>
<telerik:RadButton ToolTip="This is a button to the the left of the slider">
<Image Source="/Icons/left_icon.png" />
</telerik:RadButton>
<telerik:RadSlider Value="5" Minimum="0" SmallChange="1" Maximum="100" />
<telerik:RadButton ToolTip="This is a button to the right of the slider">
<Image Source="/Icons/right_icon.png"/>
</telerik:RadButton>
</telerik:RadToolBar>
This doesn't show me the slider at all. Does it need some special container or a special width set to it?
I'm fairly new to WPF. I'm trying to display a slider control between buttons on a tool bar.
I want my XAML to look something like this:
<telerik:RadToolBar>
<telerik:RadButton ToolTip="This is a button to the the left of the slider">
<Image Source="/Icons/left_icon.png" />
</telerik:RadButton>
<telerik:RadSlider Value="5" Minimum="0" SmallChange="1" Maximum="100" />
<telerik:RadButton ToolTip="This is a button to the right of the slider">
<Image Source="/Icons/right_icon.png"/>
</telerik:RadButton>
</telerik:RadToolBar>
This doesn't show me the slider at all. Does it need some special container or a special width set to it?