jonathan
jonathan

Reputation: 41

controls layout WPF

i have a LOB application with 30 fields to put in a form. I found it very painful to put them in the window with a grid.

is there a productive way to build entry forms in WPF . Thanks John

Upvotes: 1

Views: 104

Answers (1)

Fyodor Soikin
Fyodor Soikin

Reputation: 80880

Look at StackPanel

Upvotes: 1

Related Questions