Commit 671a64af by liulongfei

拖拽调整

parent d0350da0
......@@ -96,17 +96,16 @@
<dxg:GridColumn Header="插件" FieldName="PluginName" ReadOnly="True" AllowSorting="False" AllowColumnFiltering="False"></dxg:GridColumn>
</dxg:GridControl.Columns>
<dxg:GridControl.View>
<dxg:TableView AllowEditing="True" ShowIndicator="True"
IsColumnMenuEnabled="False"
NavigationStyle="Cell" EditorShowMode="MouseDown"
ShowGroupPanel="False"
<dxg:TableView IsColumnMenuEnabled="False"
AllowEditing="True" ShowIndicator="True"
NavigationStyle="Cell"
ShowGroupPanel="False" EditorShowMode="MouseUp"
AllowDragDrop="True"
ShowFilterPanelMode="Never"
ShowBandsPanel="False"
ShowTotalSummary="False"
ShowFixedTotalSummary="False"
ShowDragDropHint="False"
ShowTargetInfoInDragDropHint="False">
ShowTargetInfoInDragDropHint="false">
<dxmvvm:Interaction.Behaviors>
<dxmvvm:EventToCommand EventName="RowDoubleClick" Command="{Binding ElementName=uc, Path=DataContext.OpenPageCommand,Mode=TwoWay}"></dxmvvm:EventToCommand>
</dxmvvm:Interaction.Behaviors>
......
......@@ -69,10 +69,10 @@
<dxg:GridColumn Header="引擎类型" FieldName="EngineType" ReadOnly="True" AllowSorting="False" AllowColumnFiltering="False"></dxg:GridColumn>
</dxg:GridControl.Columns>
<dxg:GridControl.View>
<dxg:TableView AllowEditing="True" ShowIndicator="True"
IsColumnMenuEnabled="False"
NavigationStyle="Cell" EditorShowMode="MouseDown"
ShowGroupPanel="False"
<dxg:TableView IsColumnMenuEnabled="False"
AllowEditing="True" ShowIndicator="True"
NavigationStyle="Cell"
ShowGroupPanel="False" EditorShowMode="MouseUp"
AllowDragDrop="True"
ShowBandsPanel="False"
ShowTotalSummary="False"
......@@ -116,11 +116,11 @@
</dxg:GridColumn>
</dxg:GridControl.Columns>
<dxg:GridControl.View>
<dxg:TableView AllowEditing="True" ShowIndicator="True"
IsColumnMenuEnabled="False"
NavigationStyle="Cell" EditorShowMode="MouseDown"
ShowGroupPanel="False"
AllowDragDrop="True"
<dxg:TableView IsColumnMenuEnabled="False"
AllowEditing="True" ShowIndicator="True"
NavigationStyle="Cell"
ShowGroupPanel="False" EditorShowMode="MouseUp"
AllowDragDrop="False"
ShowBandsPanel="False"
ShowTotalSummary="False"
ShowFixedTotalSummary="False"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment