8 lines
303 B
XML
8 lines
303 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<!-- User application and configured property settings go here.-->
|
|
<!-- Example: <add key="settingName" value="settingValue"/> -->
|
|
<add key="panelWorkSpace.AutoScroll" value="True" />
|
|
</appSettings>
|
|
</configuration> |