This question is locked. New answers and comments are not allowed.
I have the next code:
but the RadPane is visible anyway. When i set it in code, then everything works.
I check and the Visibility property is always Visible. I don't know who set it to visible, but it's sure that i didn't.
| <doc:RadPaneGroup Visibility="Collapsed"> |
| <doc:RadPane Header="Build"> |
| </doc:RadPane> |
| </doc:RadPaneGroup> |
but the RadPane is visible anyway. When i set it in code, then everything works.
I check and the Visibility property is always Visible. I don't know who set it to visible, but it's sure that i didn't.