main
1<UserControl x:Class="solidware.financials.windows.ui.views.controls.ButtonBar" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
2<DockPanel Name="DockPanel" LastChildFill="False">
3    <ComboBox ItemsSource="{Binding family_members}" SelectedItem="{Binding SelectedMember}" Width="150"></ComboBox>
4    <!--<Label Content="{Binding Path=SelectedMember.first_name, Mode=OneWay}"/>-->
5    <!--<Label Content="{Binding Path=SelectedMember.last_name, Mode=OneWay}"/>-->
6</DockPanel>
7</UserControl>