is it possible to delete a group from VisualStateManager?
I have a CustomControl of type ToggleButton and want to use custom state groups and need to remove some default groups from the base class.
I created my own checked state in another group and the default checked can causes some problems and errors.
Does anybody has an idea what to do?