silverlight自定义控件组合框装订

时间:2011-08-03 19:10:52

标签: silverlight-4.0 custom-controls

这里是用户控件中的两个组合框:

     <ComboBox Name="comboAmagat"
                  ItemsSource="{Binding Path=Screen.TotsElsElementsDeCosts, Mode=TwoWay}"
                  SelectedItem="{Binding Path=Value, Mode=TwoWay}"                  
                  ></ComboBox>

        <ComboBox Name="comboAmagat2"
                  ItemsSource="{Binding Path=Screen.TotsElsElementsDeCosts, Mode=TwoWay}"
                  SelectedItem="{Binding Path=Screen.TConversio_Aplicacions_ElementsDeCosts.SelectedItem.dimElementDeCost, Mode=TwoWay}" >
</ComboBox>   

当屏幕显示时,组合没有所选的项目值。选定项目缺失,直到:

  • 对于comboAmagat2:用户更改行
  • 对于comboAmagat:用户更改为第一行使用不同“dimElementDeCost”的行。

有什么问题?

0 个答案:

没有答案