Bonjour j'ai un petit problème avec mon stackpanel et mes usercontrol en code behind :
Il ne m'affiche que le premier user control.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 //sp étant mon stackpanel sp.Orientation = Orientation.Vertical; sp.Children.Add(new usrCtrlFunction("Instruction")); sp.Children.Add(new usrCtrlFunction("Evaluation")); sp.Children.Add(new usrCtrlFunction("test"));
Vous avez une idée ?
Partager