Question

Here is my scenario. I have a stackpanel i want to style the children inside it. so i want to write a style for my stackpanel in which i mention the default style of all its chidrens.?

Was it helpful?

Solution

Found Exactly what i need in this link The concept called Implicit Styles.

OTHER TIPS

I suggest you use ItemsControl (it internaly uses StackPanel) class and define your ItemTemplate.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top