Hallo,
is it possible to use the XamColorPicker in the Ribbon? I tried it, but it didn't work correctly. I couldn't set a position of the control.
Hello,
I'm sorry for the late answer. The suggestion helped to solve the issue. Thank you
Scio
Hello Scio,
I just wanted to know if you was able to solve this issue based on the Horen’s suggestions or you still need help? Just let me know. Thank you.
Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.
Hi Scio,
You could use the XamColorPicker inside a XamRibbon.
What you mean by setting a position of the control? I have understand you correctly - you can place a grid inside the ribbon group and arrange the control in it as you like. For example:
<igRibbon:RibbonTabItem Header="RibbonTabItem"> <igRibbon:RibbonGroup MinWidth="100"> <Grid Width="150"> <igControls:XamColorPicker></igControls:XamColorPicker> </Grid> </igRibbon:RibbonGroup> </igRibbon:RibbonTabItem>
Sincerely,
Horen Kirazyan