Meinrad Recheis

Results 429 comments of Meinrad Recheis

@LennartKleymann sorry, we have adopted a new policy of not adding negative properties like `DisableSomething` or `StopSomething`. I know there are some properties that don't follow this rule but we...

For me it is clear. If CanExpand (which is true by default) is set to false then the item can not be clicked open. This is especially needed for treeview...

@LennartKleymann please just do a new PR and tag me and Mike.

> So this is for nodes you know don't have data in advance? Yes, either that or based on information queried from the server API.

Of course if every of the new methods could be covered by a test that would be best. Otherwise we wouldn't notice if they stopped working at some point in...

Right, we can't test things that can't be tested with bUnit. But if someone would remove any of these methods it would potentially break user code without us noticing. So...