Skip to content

Commit c230075

Browse files
TimoSalomakimairaw
authored andcommitted
Added the missing XML tag (#3342)
1 parent 573d857 commit c230075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Windows.Forms/TreeView.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
6060
The state images displayed in the <xref:System.Windows.Forms.TreeView> are 16 x 16 pixels by default. Setting the <xref:System.Windows.Forms.ImageList.ImageSize%2A> property of the <xref:System.Windows.Forms.TreeView.StateImageList%2A> will have no effect on how the images are displayed. However, the state images are resized according to the system DPI setting when the app.config file contains the following entry:
6161
62-
```
62+
```xml
6363
<appSettings>
6464
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
6565
</appSettings>

0 commit comments

Comments
 (0)