拖拽DataGrid到界面上,然后在拖拽详细信息也到界面上,这样运行时选择DataGrid的内容相应的详细信息就会显示当前行的信息大概就是这个样子的 但是Sort绑定的那个combobox下拉列表里只用表中有的项目,比如现在就只显示前台,后台,管理。可是我现在需要多 ...
<ComboBox Height="23" FontFamily="Verdana" FontSize="12" HorizontalAlignment="Left" Margin="103,73,0,0" Name="comboBox_sex" SelectedValue="{Binding Path=DriverSex ...
NOTE: Yes, I'm using Delphi, but the TComboBox controls are just wrappers for messages used to create/interact with these standard Windows ComboBox controls. I've tried directly calling using the ...