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
505
OptionButton doesn't show its CheckState if it's parent isn't checked also
posted

HI there,

we got a tree like seen below. Hierarchy: 2.

RootNode is CheckboxStyle.

Below it we got 2 child nodes, both set as OptionButton. One of it got the CheckedState set to check already. 

But if we didn't check it's parent the checkState of the optionButton isn't visible until we check it again.

So...how can we achieve it, that we can see all checkStates of all nodes inside the tree, no matter what parent is checked or not. 

Parents
  • 505
    Offline posted

    Sorry, 

    was my fault...seems we got a method in our base class that overrides the check states if the parent is changed ;)

Reply Children
No Data