91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 50KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-06-06
  • 語言: C#
  • 標簽: WPF??Tree??Combobox??

資源簡介

WPF 自定義 樹形選擇框,Combox+TreeView 實現,支持多選,自定義樣式

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows;
using?System.Windows.Controls;
using?System.Windows.Data;
using?System.Windows.Documents;
using?System.Windows.Input;
using?System.Windows.Media;
using?System.Windows.Media.Imaging;
using?System.Windows.Navigation;
using?System.Windows.Shapes;

namespace?FCODE.CORE.WPFControls
{
????///?
????///?ComboBox.xaml?的交互邏輯
????///?

????public?partial?class?ComboBox?:?System.Windows.Controls.ComboBox
????{
????????public?ComboBox()
????????{
????????????InitializeComponent();
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????6691??2018-12-03?16:53??FCODE.DEMO\FCODE.CORE.WPFControls\ComboBox.xaml

?????文件????????718??2018-11-22?10:04??FCODE.DEMO\FCODE.CORE.WPFControls\ComboBox.xaml.cs

?????文件???????1263??2018-11-22?15:13??FCODE.DEMO\FCODE.CORE.WPFControls\Convers\IndentConverter.cs

?????文件???????4865??2018-11-22?16:33??FCODE.DEMO\FCODE.CORE.WPFControls\FCODE.CORE.WPFControls.csproj

?????文件???????1644??2018-11-22?11:12??FCODE.DEMO\FCODE.CORE.WPFControls\Model\MultiComboBoxItem.cs

?????文件????????813??2018-12-03?14:24??FCODE.DEMO\FCODE.CORE.WPFControls\Model\NotifyPropertyChangeModel.cs

?????文件???????2199??2018-12-03?14:23??FCODE.DEMO\FCODE.CORE.WPFControls\Model\TreeSelectItem.cs

?????文件??????11656??2018-11-22?10:06??FCODE.DEMO\FCODE.CORE.WPFControls\MultiComboBox.xaml

?????文件???????4765??2018-11-20?17:01??FCODE.DEMO\FCODE.CORE.WPFControls\MultiComboBox.xaml.cs

?????文件???????7445??2019-01-07?09:44??FCODE.DEMO\FCODE.CORE.WPFControls\MultiTreeSelect.xaml

?????文件???????7698??2018-12-03?11:19??FCODE.DEMO\FCODE.CORE.WPFControls\MultiTreeSelect.xaml.cs

?????文件???????2305??2018-11-19?16:43??FCODE.DEMO\FCODE.CORE.WPFControls\Properties\AssemblyInfo.cs

?????文件???????2816??2018-11-19?16:43??FCODE.DEMO\FCODE.CORE.WPFControls\Properties\Resources.Designer.cs

?????文件???????5612??2018-04-02?15:40??FCODE.DEMO\FCODE.CORE.WPFControls\Properties\Resources.resx

?????文件???????1133??2018-11-19?16:43??FCODE.DEMO\FCODE.CORE.WPFControls\Properties\Settings.Designer.cs

?????文件????????201??2018-04-02?15:40??FCODE.DEMO\FCODE.CORE.WPFControls\Properties\Settings.settings

?????文件???????4723??2018-12-03?14:42??FCODE.DEMO\FCODE.CORE.WPFControls\TreeSelect.xaml

?????文件???????5448??2018-12-03?14:27??FCODE.DEMO\FCODE.CORE.WPFControls\TreeSelect.xaml.cs

?????文件??????12888??2018-12-03?11:12??FCODE.DEMO\FCODE.CORE.WPFControls\TreeView.xaml

?????文件???????2406??2018-12-03?11:30??FCODE.DEMO\FCODE.CORE.WPFControls\TreeView.xaml.cs

?????文件???????2003??2018-11-16?15:26??FCODE.DEMO\FCODE.DEMO.ConsoleApp\App.config

?????文件???????5637??2018-11-16?15:12??FCODE.DEMO\FCODE.DEMO.ConsoleApp\FCODE.DEMO.ConsoleApp.csproj

?????文件????????568??2018-11-16?15:05??FCODE.DEMO\FCODE.DEMO.ConsoleApp\packages.config

?????文件????????892??2018-11-16?15:37??FCODE.DEMO\FCODE.DEMO.ConsoleApp\Program.cs

?????文件???????1340??2018-11-16?15:04??FCODE.DEMO\FCODE.DEMO.ConsoleApp\Properties\AssemblyInfo.cs

?????文件???????2493??2018-11-16?15:10??FCODE.DEMO\FCODE.DEMO.Core\FCODE.DEMO.Core.csproj

?????文件???????2592??2018-11-16?15:12??FCODE.DEMO\FCODE.DEMO.Core\JSON.cs

?????文件????????149??2018-11-16?15:10??FCODE.DEMO\FCODE.DEMO.Core\packages.config

?????文件???????1319??2018-11-16?15:09??FCODE.DEMO\FCODE.DEMO.Core\Properties\AssemblyInfo.cs

?????文件???????2254??2018-11-12?21:28??FCODE.DEMO\FCODE.DEMO.DATA.Entity\FCODE.DEMO.DATA.Entity.csproj

............此處省略54個文件信息

評論

共有 條評論