Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
Row DataTemplate?
posted

If I understand correctly then I can't directly use DataTemplate to arrange cell within row. But how can I arrange cells? For example, I set LabelLocation="InCells" and wish to arrange cells in row without using rectangular grid layout (row and column properties of Field). I wish to place vertical StackPanel and place several another containers on it. I wish place one set of fields (and maybe few another controls) on first container, place another field set on second container etc.

How to implement it?

Parents Reply Children
No Data