优化更新代码,添加界面功能并整合
This commit is contained in:
12
WPFluent/Controls/TreeModelListView/TreeRowExpander.cs
Normal file
12
WPFluent/Controls/TreeModelListView/TreeRowExpander.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace WPFluent.Controls;
|
||||
|
||||
public class TreeRowExpander : ContentControl
|
||||
{
|
||||
static TreeRowExpander()
|
||||
{
|
||||
DefaultStyleKeyProperty.OverrideMetadata(typeof(TreeRowExpander), new FrameworkPropertyMetadata(typeof(TreeRowExpander)));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user