Hi All,
Is there any control in Infragostics WPF control library equivalent to
System.Windows.Controls.RadioButton?
I tried with Ribbon.RadioButtonTool but coul not find any way to make it functional like Windows.RadioButton.
I have a WPF window which has all Infragistics controls but in case of RadioButton I am forced to use windows.RibbonControl which not look good when I apply Infragistics thems.
Will anybody help me on this..?
Hi Chetan,
What are you trying to accomplish? Did you need a Radio Button that honored the Infragistics themes? The RadioButtonTool would accomplish that. What functionality was missing when you tried using the Ribbon RadioButtonTool?
Thanks,
Hello Custis,
Thanks for the reply !!
Actualy I used the RadioButtonTool as follows.
<rbn:RadioButtonTool Content="test" Grid.Column="1" Grid.Row="1" Margin="1,7,0,7" Height="21" Width="183.2" HorizontalAlignment="Left" VerticalAlignment="Top"></rbn:RadioButtonTool>
and it looks like this on MouseOver..
Here I am expecting a radionButton.
Am I missing any proerty to set..?