We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff39d3a commit 26e260dCopy full SHA for 26e260d
2 files changed
CutCode/CutCode.csproj
@@ -4,7 +4,6 @@
4
<OutputType>WinExe</OutputType>
5
<TargetFramework>net5.0-windows</TargetFramework>
6
<UseWPF>true</UseWPF>
7
- <UseWindowsForms>true</UseWindowsForms>
8
</PropertyGroup>
9
10
<ItemGroup>
CutCode/Views/AddView.xaml
@@ -118,6 +118,8 @@
118
FontSize="14"
119
ShowLineNumbers="True"
120
ScrollViewer.CanContentScroll="True"
121
+ ScrollViewer.HorizontalScrollBarVisibility="Auto"
122
+ ScrollViewer.VerticalScrollBarVisibility="Auto"
123
Text="{Binding code}"
124
SyntaxHighlighting="{Binding CurrentLang, Converter={StaticResource HighlightingDefinitionConverter}}"/>
125
</Border>
0 commit comments