Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
XamColorPicker in Ribbon
posted

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.

  • 12773
    posted

    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,
    Dimi
    Developer Support Engineer
    Infragistics, Inc.

     

  • 1990
    posted

    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