Click here to Skip to main content
       

Silverlight / WPF

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: mouse clickmembermichaelgr122 Feb '12 - 22:04 
AnswerRe: mouse clickmvpAbhinav S23 Feb '12 - 0:49 
QuestionTreeview Expand/Collapse icons on right side in WPFmemberRaajTalluri22 Feb '12 - 18:08 
QuestionMerge cells - SilverlightmemberLê Tùng Lâm22 Feb '12 - 15:12 
AnswerRe: Merge cells - SilverlightmvpAbhinav S22 Feb '12 - 18:27 
GeneralRe: Merge cells - SilverlightmemberLê Tùng Lâm23 Feb '12 - 15:04 
Questionleft button context menumembermichaelgr122 Feb '12 - 2:40 
Hello,
I have a popup which is opened on button click.
<Popup Name="MenuPopUp" IsOpen="False" PlacementTarget="{Binding ElementName=dropDownbtn}" Placement="Top" LostFocus="MenuPopUp_LostFocus" MouseLeftButtonDown="MenuPopUp_MouseLeftButtonDown">
            <Grid>
                <Grid.RowDefinitions>
                    <RowDefinition/>
                    <RowDefinition/>
                    <RowDefinition/>
                </Grid.RowDefinitions>
                <MenuItem Grid.Row="0" Name="ViewReportItem" Header="View Report" Command="{Binding ViewReportCommand}"/>
                <MenuItem Grid.Row="1" Name="ExportReportItem" Header="Export Report" Command="{Binding ExportReportCommand}"/>
                <MenuItem Grid.Row="2" Name="AbortReportItem" Header="Abort Report" Command="{Binding AbortReportCommand}"/>
            </Grid>
        </Popup>
 

I want the popup to stay on screen unless i click somewhere else in the UserControl.
This UserControl is small part of a big UserControl which is working using MVVM and PRISM
 
How can i do it?
Questioncontext menumembermichaelgr122 Feb '12 - 1:35 
AnswerRe: context menuprotectorPete O'Hanlon22 Feb '12 - 2:36 
GeneralRe: context menumembermichaelgr122 Feb '12 - 2:46 
QuestionView Refresh ProblemmemberKevin Marois21 Feb '12 - 8:45 
AnswerRe: View Refresh ProblemprotectorPete O'Hanlon21 Feb '12 - 8:56 
GeneralRe: View Refresh ProblemmemberKevin Marois21 Feb '12 - 9:05 
GeneralRe: View Refresh ProblemprotectorAspDotNetDev21 Feb '12 - 9:08 
AnswerRe: View Refresh ProblemprotectorAspDotNetDev21 Feb '12 - 9:10 
GeneralRe: View Refresh Problem [modified]protectorPete O'Hanlon21 Feb '12 - 9:17 
GeneralRe: View Refresh ProblemprotectorAspDotNetDev21 Feb '12 - 9:26 
GeneralRe: View Refresh ProblemprotectorPete O'Hanlon21 Feb '12 - 9:39 
GeneralRe: View Refresh ProblemmemberKevin Marois22 Feb '12 - 13:29 
GeneralRe: View Refresh ProblemprotectorPete O'Hanlon22 Feb '12 - 20:07 
GeneralRe: View Refresh ProblemmemberMycroft Holmes22 Feb '12 - 13:14 
QuestionAccelerator keys on buttons not workingmemberBernhard Hiller21 Feb '12 - 1:13 
AnswerRe: Accelerator keys on buttons not workingprotectorPete O'Hanlon21 Feb '12 - 1:32 
GeneralRe: Accelerator keys on buttons not workingmemberBernhard Hiller21 Feb '12 - 2:38 
GeneralRe: Accelerator keys on buttons not workingprotectorPete O'Hanlon21 Feb '12 - 2:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 17 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid