diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-05-05 21:19:04 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-05-05 21:19:04 +0300 |
| commit | ebcdbd2ee31a9ad428a5ec828fd90e5aea0cdec9 (patch) | |
| tree | d1dee9a2bb5ce1fe29496c0f5bb98e2d1a90b7d0 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineManager | |
| parent | 903a2dbebb54f6539b14c2859bc30b752445d6b4 (diff) | |
| download | Tango-ebcdbd2ee31a9ad428a5ec828fd90e5aea0cdec9.tar.gz Tango-ebcdbd2ee31a9ad428a5ec828fd90e5aea0cdec9.zip | |
Disable machine manager grid horizontal scrolling.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineManager')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineManager/Views/MainView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineManager/Views/MainView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineManager/Views/MainView.xaml index cf2fee188..04386b10f 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineManager/Views/MainView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineManager/Views/MainView.xaml @@ -42,7 +42,7 @@ </Grid> <Grid> - <DataGrid Style="{StaticResource {x:Type DataGrid}}" SelectionMode="Single" SelectionUnit="FullRow" BorderBrush="{StaticResource borderBrush}" BorderThickness="1" Background="{StaticResource TransparentBackgroundBrush}" AlternatingRowBackground="{StaticResource Transparent200}" AutoGenerateColumns="False" CanUserAddRows="False" CanUserDeleteRows="False" ItemsSource="{Binding Machines}" SelectedItem="{Binding SelectedMachine}"> + <DataGrid Style="{StaticResource {x:Type DataGrid}}" SelectionMode="Single" SelectionUnit="FullRow" BorderBrush="{StaticResource borderBrush}" BorderThickness="1" Background="{StaticResource TransparentBackgroundBrush}" AlternatingRowBackground="{StaticResource Transparent200}" AutoGenerateColumns="False" CanUserAddRows="False" CanUserDeleteRows="False" ItemsSource="{Binding Machines}" SelectedItem="{Binding SelectedMachine}" HorizontalScrollBarVisibility="Disabled"> <DataGrid.CellStyle> <Style TargetType="DataGridCell" BasedOn="{StaticResource {x:Type DataGridCell}}"> <Setter Property="BorderThickness" Value="0"/> |
