Reply to thread

Problem isn't in Visibility only, any other properties don't refresh, get ccessors don't trigger, moreover binding works properly.

 

One more question. How do I detect a click on the ListView element?

 

How does next piece of code work?

<ListView.Resources>

<CommandBridge x:Key="Menu_Command" Command="{Binding Path=Command,Mode=OneTime}"/>

</ListView.Resources>


Top Bottom