Quantcast
Channel: Windows Forms Data Controls and Databinding forum
Viewing all articles
Browse latest Browse all 2535

WPF view dropdown list one below the other

$
0
0

I am just learning WPF in MVVM. In the view I want the drop down list to be beside each other. But its coming one below the other. Below is my code sinpet.

 <Window.Resources>
        <DataTemplate DataType="{x:Type vm:EmployeeListviewModel}">
            <vw:EmployeeListview/>
        </DataTemplate>
        <DataTemplate DataType="{x:Type vm:ProjectListViewModel}">
            <vw:ProjectListView/>
        </DataTemplate>
    </Window.Resources>

Regards

Raghu


Viewing all articles
Browse latest Browse all 2535

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>