Remove VisualStateManager group from control

79 Views Asked by At

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?

0

There are 0 best solutions below