Browse By Tags

  • XamColorPicker Derived palettes

    Is there a way to have the Derived palettes of the color picker be reversed? 

    For example, I have a color Picker with a DerivedPalettesCount of 10, and I am using a Custom Palette with a color of "blue".  When this displayes, the derived palette…

  • XamColorPicker being cut off

    Good day,

     

    We are using the XamColorPicker control in conditional formatting for the XamDataGrid - however, on the first opening of the Advanced color picker, it seems as though the form is being shortened, compressing the Advanced color picker dialog…

  • error in using XamColorPicker

    I am trying to use this control.

    xmlns:ig="http://schemas.infragistics.com/xaml"
    xmlns:igEditors="http://infragistics.com/Editors"

        <Grid x:Name="grid">
            <ig:XamColorPicker />
        </Grid>

    getting…

  • Translating xamColorPicker Advanced Winow

    I need to support multiple languages in the application I'm working on.

    I see XamColorPicker properties are available for the captions on main color picker window but I dont see a way to translate/customize text on the Advanced Color Picker windows…

  • Remove dropdown button

    Is there a property that hides the dropdown button in the xamColorPicker?  I'd like to present a simple colored rectangle (a swatch) to the user.  When the rectangle is clicked, the picker opens.

  • XamColorPicker 11.2 SelectedColor Binding Issue

    We recently upgraded from 11.1 to 11.2 and two way binding no longer works in the xamColorPicker when UpdateSourceTrigger is set to LostFocus.

  • xamColorPicker resource strings

    Hello,

    Where can I find the resource strings for the xamColorPicker ? 

    Thank you ! 

  • Height of XamColorPicker

    Hello!

    I would like to change the height of the dropdown part of the color picker. It is possible to make the dropdown heigher than 22px, but not smaller than that value. How can I set the height of the dropdown to 18px?

    thanks,

    Florian

  • Open xamColorPicker's color dropdown on Textbox right click

    Hey Krasimir,

    I need to show xamColorPicker's ColorPalettes dropdown on right click of textbox. How can I achieve this. I this below code, but it did not help.


    private void txtPositiveValue_PreviewMouseRightButtonDown(object sender, MouseButtonEventArgs…

  • Binding an int to selected Color

    Hi there,

    I have a List<MyClass> with MyClass containing a property called Color, which is int32. Now I want to bind this to a xamColorEditor SelectedColor.

    I think I have to use a ValueConverter, but I havn't done this til now. Can anybody supply…

  • XamColorPicker: Add a button just above the advanced button

    Hi, 

    I am new to WPF and I want to add a button just above the advanced button.  Could you please provide a sample.  I read that you need to override and re-template the controls, but have no idea as to how to get around it.

    Thanks

  • Templating the ColorPicker button

    I would like to re-template the color picker button which launches the popup.

    In the screenshot below, I'm using the WPF Ribbon control, and I want my Font Colour button to launch the ColorPicker popup directly, rather than the current 2-step process…

  • Disabling color modes in XAMColorpicker

    Hi,

    I want only the RGB tab in the XAMColorPicker. Is it possible to hide the HSL and CMYK tabs. Also I want the alpa element in RGB disabled. Is it possible to achieve this?

    Thanks.

  • Make color palette bigger

     Hi,

    I would like to re-template the color picker to make the palette (and other inner controls) bigger.

    I want to do this to use XamColorPicker on a touch screen application.

    Any suggestions as to how to do this?

    Thanks.

  • Advanced popup

    Hello,

    Advanced popup of the xamcolorpicker can not be seen on some clients. Just the caption of the advanced popup is shown, all the other things can not be seen.

    Any opinion?

  • Persist recent colors palette

       Hi,

    How can I save/load the recent color palette, so it persist after the dialog that allows the user to choose a color is closed and open again?

     Regards,

    Carlos.

  • support for System.Windows.Media.Colors?

    Hi,

     

    Is there a way

    a) to not only have the selected color rendered by also have its name displayed in case it's any of System.Windows.Media.Colors?

    b) to select any of the colors available in System.Windows.Media.Colors?

     

    Thanks

  • Change Colors of the RecentColorPalette

    I have the same dialog with xamColorPickers for different objecttypes, so I need separate RecentColorPalettes for each type.

    Is it possible to get the recentcolors, so I can save them and then load them again with the next instantiation in a new xamColorPicker…

  • XamColorPicker in Ribbon

    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.

  • Default Palette

    I know how to add additional palettes but how do i change the default palette that shows when the xamcolor picker first pop ups.

  • How do you setup the XamColorPicker in a XamDataGrid cell

    I tried to set the Field.Settings.EditorType to typeof(XamColorPicker)  of a XamDataGrid but I get the error "FieldSettings.EditorType's must be set to a type that derives from ValueEditor".

    How do I setup a XamDataGrid cell to use the XamColorPicker…

  • Expanded by default; derivedcolorpalette too dark

    Is it possible set a value so that the XamColorPicker is automatically expanded when loaded?

    The IsDropDownOpen property seems to have no effect. I'm using Version 14.1.

    Can I make the DerivedColorPalette's colors brighter?

  • Advanced Color Picker Pop Up Location

    Is there a way to set where the advanced color picker pops up when you click the button? I have a color picker on the right side of the window, and when a user clicks on the advanced button, it pops up so that half of it is cut off at the edge of the…

  • Can we prevent this control from firing SelectedColorChanged event when the mouse is hovering on a color?

    Dear expert,

    Can we prevent this control from firing SelectedColorChanged event when the mouse is hovering on a color? What I want is fire this event when a color is selected by a mouse click.

    Thank you.

    Frank

     

  • XamColorPicker BorderBrush and BorderThickness

    I'm trying to add a border around a XamColorPicker. No matter what I change the BorderBrush and BorderThickness to, it doesn't work. This appears to be a bug.