4
Answers

Designing in WPF

HI all....

I need help in designing pages in WPF(Windows Presentation Foundation)...

Like in asp.net web page, we normally make a table and put all the controls in the cells,
Eg-
<Table>
<tr>
<td>
<asp:Textbox ID="txt" runat="server"/>
</td>
</tr>
</Table>
---
Similarly, what do we do to make such proper design in WPF? PLease help..

Thanks all in advance


Answers (4)