Click here to Skip to main content
16,016,962 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WPF Processor Usage Pin
Muammar©11-Mar-08 1:53
Muammar©11-Mar-08 1:53 
GeneralRe: WPF Processor Usage Pin
jlgeris11-Mar-08 3:30
jlgeris11-Mar-08 3:30 
GeneralRe: WPF Processor Usage Pin
Jammer11-Mar-08 4:31
Jammer11-Mar-08 4:31 
GeneralBringToFront and SendBack in WPF Pin
Yoyosch10-Mar-08 2:05
Yoyosch10-Mar-08 2:05 
GeneralRe: BringToFront and SendBack in WPF Pin
User 27100910-Mar-08 3:58
User 27100910-Mar-08 3:58 
GeneralRe: BringToFront and SendBack in WPF Pin
Yoyosch10-Mar-08 4:31
Yoyosch10-Mar-08 4:31 
GeneralRe: BringToFront and SendBack in WPF Pin
User 27100910-Mar-08 4:56
User 27100910-Mar-08 4:56 
GeneralWPF Grid IsLayer Pin
Jammer10-Mar-08 1:17
Jammer10-Mar-08 1:17 
Hi All,

I'm just doing a bit of a review on a WPF app I'm working on at work and we have a few user controls at the moment which are being treated with the usual .Visible / .Hidden method of showing and hiding various bits of the interface.

However, I'm just looking into converting this setup using layers instead of having to make each control hidden or visible each time a navigation button is changed.

Has anyone here used them? I can't find anything about them in the Adam Nathan book WPF Unleashed and it appears that they are something to do with Blend ...

The grid declaration is like:

<Grid d:IsLayer="True" x:Name="Layer"


Which is hooked up to a namespace of:

xmlns:d="http://schemas.microsoft.com/expression/blend/2006"


Seems like a nice solution but was just wondering if anyone here knows of any potential pitfalls?

Cheers,

Jammer

Going where everyone here has gone before! Smile | :)

GeneralRe: WPF Grid IsLayer Pin
User 27100910-Mar-08 4:14
User 27100910-Mar-08 4:14 
GeneralRe: WPF Grid IsLayer Pin
Jammer10-Mar-08 6:02
Jammer10-Mar-08 6:02 
GeneralRe: WPF Grid IsLayer Pin
Jammer10-Mar-08 6:05
Jammer10-Mar-08 6:05 
GeneralRe: WPF Grid IsLayer Pin
User 27100910-Mar-08 6:18
User 27100910-Mar-08 6:18 
GeneralRe: WPF Grid IsLayer Pin
Jammer10-Mar-08 7:29
Jammer10-Mar-08 7:29 
GeneralRe: WPF Grid IsLayer Pin
Jammer10-Mar-08 6:17
Jammer10-Mar-08 6:17 
GeneralRe: WPF Grid IsLayer Pin
User 27100910-Mar-08 6:22
User 27100910-Mar-08 6:22 
GeneralRe: WPF Grid IsLayer Pin
Jammer10-Mar-08 7:32
Jammer10-Mar-08 7:32 
GeneralRe: WPF Grid IsLayer Pin
User 27100910-Mar-08 8:16
User 27100910-Mar-08 8:16 
GeneralRe: WPF Grid IsLayer Pin
Jammer10-Mar-08 10:22
Jammer10-Mar-08 10:22 
GeneralRe: WPF Grid IsLayer Pin
Pete O'Hanlon10-Mar-08 10:35
mvePete O'Hanlon10-Mar-08 10:35 
GeneralRe: WPF Grid IsLayer Pin
Jammer10-Mar-08 10:42
Jammer10-Mar-08 10:42 
GeneralRe: WPF Grid IsLayer Pin
Pete O'Hanlon10-Mar-08 10:55
mvePete O'Hanlon10-Mar-08 10:55 
GeneralRe: WPF Grid IsLayer Pin
Jammer10-Mar-08 10:59
Jammer10-Mar-08 10:59 
GeneralRe: WPF Grid IsLayer Pin
Pete O'Hanlon10-Mar-08 11:19
mvePete O'Hanlon10-Mar-08 11:19 
GeneralRe: WPF Grid IsLayer Pin
Jammer10-Mar-08 11:22
Jammer10-Mar-08 11:22 
GeneralRe: WPF Grid IsLayer Pin
Jammer11-Mar-08 1:03
Jammer11-Mar-08 1:03 

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.