소스 검색

fix DataChart右下角列表无法滑动问题

jiangjy 2 달 전
부모
커밋
1107a2979b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      FrameworkLocal/UIClient/CenterViews/Operations/RealTime/RealTimeView.xaml

+ 1 - 1
FrameworkLocal/UIClient/CenterViews/Operations/RealTime/RealTimeView.xaml

@@ -257,7 +257,7 @@
             </StackPanel>
             <userControls:DataViewDataGrid 
                 x:Name="dataGrid"
-                Width="1000" 
+                Height="300"
                 IsShowStatisticColumn="False"
                 IsEnabled="{Binding IsBusy, Converter={StaticResource boolReverseConverter}}"
                 ItemsSource="{Binding Path=SelectedData}">