I want to have a color picker/color palette with item source as a dictionary with key as the color and value as boolean indicating if the color should be enabled for selection or not.
Also while providing the color picker the user shuold select a color and not able to click on any other part of the application(just like model dialog box). Is this possible with color picker or should I use color palette and provide that in aanother view?
Also while providing the color picker the user shuold select a color and not able to click on any other part of the application(just like model dialog box). Is this possible with color picker or should I use color palette and provide that in aanother view?