Click here to Skip to main content
15,909,605 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: color of wpf listview column Pin
Jammer25-Jul-08 0:16
Jammer25-Jul-08 0:16 
QuestionSession state maintanace in wpf browser application Pin
puneet.priyadarshi23-Jul-08 20:35
puneet.priyadarshi23-Jul-08 20:35 
AnswerRe: Session state maintanace in wpf browser application Pin
John_Adams24-Jul-08 23:38
John_Adams24-Jul-08 23:38 
QuestionUser Control inside other User Control problem Pin
edu_fidi23-Jul-08 20:07
edu_fidi23-Jul-08 20:07 
AnswerRe: User Control inside other User Control problem Pin
Jammer24-Jul-08 11:49
Jammer24-Jul-08 11:49 
GeneralRe: User Control inside other User Control problem Pin
edu_fidi24-Jul-08 12:01
edu_fidi24-Jul-08 12:01 
GeneralRe: User Control inside other User Control problem Pin
Jammer24-Jul-08 12:30
Jammer24-Jul-08 12:30 
GeneralRe: User Control inside other User Control problem Pin
Jammer24-Jul-08 12:42
Jammer24-Jul-08 12:42 
All you have done is define DataTemplates and ContentPresenters incorrectly.

You can almost think of statements like

<myC:WindowContainerControl>


As HTML #include statements. So trying to do things like:

<myC:WindowContainerControl>
<Grid>
<ContentPresenter Margin="3" Content="{TemplateBinding Property=Content}"/>
</Grid>
</myC:WindowContainerControl>

Is a bit weird really. If you want to do that you would have the control presenter *inside* the WindowContainerControl.

Take a step back and have a play with WPF in Blend before moving onto stuff like this, just a couple of days to get your head into the way it works the binding is really complex and not hugely intuitive to start with.

Jammer

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

GeneralRe: User Control inside other User Control problem Pin
edu_fidi24-Jul-08 13:10
edu_fidi24-Jul-08 13:10 
QuestionProblems with scaling and stretching objects... Pin
gethomast23-Jul-08 9:52
gethomast23-Jul-08 9:52 
AnswerRe: Problems with scaling and stretching objects... Pin
Jammer23-Jul-08 11:48
Jammer23-Jul-08 11:48 
GeneralRe: Problems with scaling and stretching objects... Pin
gethomast23-Jul-08 20:24
gethomast23-Jul-08 20:24 
GeneralRe: Problems with scaling and stretching objects... Pin
Jammer23-Jul-08 23:59
Jammer23-Jul-08 23:59 
GeneralRe: Problems with scaling and stretching objects... Pin
Jammer24-Jul-08 0:30
Jammer24-Jul-08 0:30 
GeneralRe: Problems with scaling and stretching objects... Pin
gethomast24-Jul-08 2:10
gethomast24-Jul-08 2:10 
QuestionUserControl = DataTemplate!! [modified] Pin
Jammer23-Jul-08 3:04
Jammer23-Jul-08 3:04 
AnswerRe: UserControl = DataTemplate!! Pin
Pete O'Hanlon23-Jul-08 4:06
mvePete O'Hanlon23-Jul-08 4:06 
GeneralRe: UserControl = DataTemplate!! Pin
Jammer23-Jul-08 5:51
Jammer23-Jul-08 5:51 
QuestionAccessing values of Xaml controls in the web site Pin
ACMA_198022-Jul-08 22:06
ACMA_198022-Jul-08 22:06 
AnswerRe: Accessing values of Xaml controls in the web site Pin
Michael Sync23-Jul-08 19:16
Michael Sync23-Jul-08 19:16 
QuestionWebCam & MicroPhone support in Silverlight 2.0 Beta 2.0 Pin
248912822-Jul-08 21:58
248912822-Jul-08 21:58 
AnswerRe: WebCam & MicroPhone support in Silverlight 2.0 Beta 2.0 Pin
Michael Sync23-Jul-08 13:53
Michael Sync23-Jul-08 13:53 
AnswerRe: WebCam & MicroPhone support in Silverlight 2.0 Beta 2.0 Pin
raulgspan224-Jan-09 15:56
raulgspan224-Jan-09 15:56 
QuestionWPF Control Properties in XAML [modified] Pin
thrakazog22-Jul-08 9:02
thrakazog22-Jul-08 9:02 
AnswerRe: WPF Control Properties in XAML Pin
Jammer22-Jul-08 12:32
Jammer22-Jul-08 12:32 

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.