Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to use C# Table Layout Control in WPF Window
Posted

1 solution

TableLayout doesn't exist as such in WPF. Without knowing more about your specific requirements, I'd suggest you probably need the Grid control. You set up column and row definitions on the parent, and then tell child controls which row and column they belong to using a static method on the Grid class.

I recommend this article to get you started: WPF: A Beginner's Guide - Part 1 of n
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900