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
535
Disable mouseover on custom sub items
posted

Hello i have a listbox as a sub item under a xammenu item.

<ig:XamMenuItem Header="item1">

<ListBox ItemsSource="{Binding ExternalClients}" ItemTemplate="{StaticResource DataTemplateUserExternalClients}" SelectedValue="{Binding SelectedExternalClient,Mode=TwoWay}" SelectedValuePath="Key"></ListBox>

</ig:XamMenuItem>

but i dont want my listbox to be covered by the mouseover overlay of the first item.

how to prevent this?

Parents Reply Children
No Data