Hi,
I have a popup button that opens when clicked on and shows a usercontrol that is inside. This control has for example a button. But when the user hits the button, i do not want the popup to be closed. Is there a way to prevent this. Is there a way to use the ispopupopen to do this manually? Only when the user hits a region besides the popup, it may be closed.
I have a popup button that opens when clicked on and shows a usercontrol that is inside. This control has for example a button. But when the user hits the button, i do not want the popup to be closed. Is there a way to prevent this. Is there a way to use the ispopupopen to do this manually? Only when the user hits a region besides the popup, it may be closed.
<ribbon:PopupButton Label="Play List" ImageSourceLarge="{x:Static res:Images.edit_playlist_32x32}" VariantSize="Large" >
<ribbon:Menu >
<Grid Width="420" Height="300" Margin="8">
<Grid> ........some element created.........</Grid>
</ribbon:Menu>
</ribbon:PopupButton>