c# - Alligning Text Boxes in Silverlight -


can 1 tell me how allign text boxes in silverlight using c# .in application 2 textboxes getting overlapped . using grid

place them in stackpanel.

<stackpanel>     <textbox width="120">     <textbox width="120"> </stackpanel> 

produces 2 text boxes 1 above other.

another option use second grid 2 rows or 2 columns , place text box in each, allows share out available space of cell in provided outer grid.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -

openssl - Load PKCS#8 binary key into Ruby -