This question is locked. New answers and comments are not allowed.
Hi,
I try to assign with code, content to Window, but, no works, can help me, this is my code:
RadWindow win = new RadWindow();
pnlControls pnl = new pnlControls(); ///Is a user control with other controls
win.Content = pnl;
win.Show();
I try to assign with code, content to Window, but, no works, can help me, this is my code:
RadWindow win = new RadWindow();
pnlControls pnl = new pnlControls(); ///Is a user control with other controls
win.Content = pnl;
win.Show();
Thanks in advance.
Abner