Riddhi Valecha

Riddhi Valecha

  • 427
  • 3.2k
  • 396.8k

Designing in WPF

Jun 10 2013 11:48 PM
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)