Click here to Skip to main content
15,888,610 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: navigation page vs usercontrol Pin
arkiboys22-Mar-11 23:00
arkiboys22-Mar-11 23:00 
GeneralRe: navigation page vs usercontrol Pin
Pete O'Hanlon22-Mar-11 23:14
mvePete O'Hanlon22-Mar-11 23:14 
GeneralRe: navigation page vs usercontrol Pin
arkiboys22-Mar-11 23:28
arkiboys22-Mar-11 23:28 
GeneralRe: navigation page vs usercontrol Pin
Pete O'Hanlon22-Mar-11 23:33
mvePete O'Hanlon22-Mar-11 23:33 
GeneralRe: navigation page vs usercontrol Pin
arkiboys22-Mar-11 23:35
arkiboys22-Mar-11 23:35 
GeneralRe: navigation page vs usercontrol Pin
Pete O'Hanlon23-Mar-11 0:01
mvePete O'Hanlon23-Mar-11 0:01 
QuestionImplement Layers on top of Canvas in WPF - How to Pin
John-ph22-Mar-11 2:45
John-ph22-Mar-11 2:45 
AnswerRe: Implement Layers on top of Canvas in WPF - How to Pin
Pete O'Hanlon22-Mar-11 3:22
mvePete O'Hanlon22-Mar-11 3:22 
There are many different ways of achieving this, and the answer really depends on what you are most comfortable with:

You could add multiple canvases, and just display one depending on the particular one you need.

You could implement one canvas, with a collection of layer items which contains as properties, the objects you want to display and a single flag determining whether or not the layer was visible.

You could have a collection of all objects (this is the one I wouldn't choose if I were you), and have a flag on each determining whether or not it was visible.

I'm not a stalker, I just know things. Oh by the way, you're out of milk.

Forgive your enemies - it messes with their heads


My blog | My articles | MoXAML PowerToys | Onyx


AnswerRe: Implement Layers on top of Canvas in WPF - How to Pin
Abhinav S26-Mar-11 5:12
Abhinav S26-Mar-11 5:12 
QuestionWPF Pan limitation Pin
DavJes21-Mar-11 5:16
DavJes21-Mar-11 5:16 
AnswerRe: WPF Pan limitation Pin
Daniel Vaughan22-Mar-11 2:58
Daniel Vaughan22-Mar-11 2:58 
GeneralRe: WPF Pan limitation Pin
Pete O'Hanlon22-Mar-11 3:18
mvePete O'Hanlon22-Mar-11 3:18 
GeneralRe: WPF Pan limitation Pin
Daniel Vaughan22-Mar-11 3:28
Daniel Vaughan22-Mar-11 3:28 
GeneralRe: WPF Pan limitation Pin
Pete O'Hanlon22-Mar-11 3:31
mvePete O'Hanlon22-Mar-11 3:31 
QuestionImage Viewer Using Silverlight Pin
NTheOne21-Mar-11 2:10
NTheOne21-Mar-11 2:10 
AnswerRe: Image Viewer Using Silverlight Pin
Pete O'Hanlon21-Mar-11 2:39
mvePete O'Hanlon21-Mar-11 2:39 
QuestionFamily tree control in silverlight Pin
Nitin Singh India20-Mar-11 21:48
Nitin Singh India20-Mar-11 21:48 
AnswerRe: Family tree control in silverlight Pin
RobCroll20-Mar-11 21:59
RobCroll20-Mar-11 21:59 
GeneralRe: Family tree control in silverlight Pin
Nitin Singh India21-Mar-11 6:31
Nitin Singh India21-Mar-11 6:31 
GeneralRe: Family tree control in silverlight Pin
Nitin Singh India24-Mar-11 2:21
Nitin Singh India24-Mar-11 2:21 
AnswerRe: Family tree control in silverlight Pin
Pete O'Hanlon21-Mar-11 2:32
mvePete O'Hanlon21-Mar-11 2:32 
QuestionData binding in WPF Pin
Razanust19-Mar-11 20:25
Razanust19-Mar-11 20:25 
AnswerRe: Data binding in WPF Pin
Keith Barrow20-Mar-11 4:04
professionalKeith Barrow20-Mar-11 4:04 
AnswerRe: Data binding in WPF Pin
Abhinav S21-Mar-11 6:46
Abhinav S21-Mar-11 6:46 
QuestionShowing another window using visible property. Pin
Razanust19-Mar-11 18:11
Razanust19-Mar-11 18:11 

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

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.