📄 treeviewtest.xml
字号:
<?xml version="1.0"?><!-- This is a very simple test app using the dummy data model implemented by BiTreeViewDataModel--><Application> <Window caption="Tree View Test" width="500" height="400"> <TreeView left="5" top="5" right="5" bottom="5"> <TreeView.dataModel> <TreeViewDataModel/> </TreeView.dataModel> </TreeView> </Window></Application>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -