A user control from a n0ob
-
Hi, I am new to WPF, just seeking some help. I wanted to create a user control at which it is like an augmented panel(lets call it userpanel). There is a panel where content can be placed, and some buttons on top of the panel to do something. What do i need to do to make what ever content i put into the usrpanel.content to go into the panel of the user control? Right now if i insert some words into the Content of the usrpanel, the whole control blanks out with the text i punch in. thank you :D
-
Hi, I am new to WPF, just seeking some help. I wanted to create a user control at which it is like an augmented panel(lets call it userpanel). There is a panel where content can be placed, and some buttons on top of the panel to do something. What do i need to do to make what ever content i put into the usrpanel.content to go into the panel of the user control? Right now if i insert some words into the Content of the usrpanel, the whole control blanks out with the text i punch in. thank you :D
Use a layout control such as a
Grid
,StackPanel
orCanvas
to act as a container of your sub-controls. /raviMy new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
-
Use a layout control such as a
Grid
,StackPanel
orCanvas
to act as a container of your sub-controls. /raviMy new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com