基本信息
源码名称:C# 强大的自定义ListView ObjectListViewFull-2.4.1
源码大小:1.05M
文件格式:.zip
开发语言:C#
更新时间:2023-04-24
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C# 强大的自定义ListView ObjectListViewFull-2.4.1
文件清单
└── ObjectListViewDemo
├── COPYING
├── Demo
│ ├── AnimatedDecoration.cs
│ ├── AnimatedGifs
│ │ ├── 3dlink1.gif
│ │ ├── cd1.gif
│ │ ├── circum.gif
│ │ ├── cool3.gif
│ │ ├── enter3.gif
│ │ ├── envelope.gif
│ │ ├── exclame.gif
│ │ ├── eye2.gif
│ │ ├── net2.gif
│ │ └── new5.gif
│ ├── AssemblyInfo.cs
│ ├── ColumnSelectionForm.cs
│ ├── ColumnSelectionForm.Designer.cs
│ ├── ColumnSelectionForm.resx
│ ├── MainForm.cs
│ ├── MainForm.Designer.cs
│ ├── MainForm.resx
│ ├── ObjectListViewDemo2008.csproj
│ ├── ObjectListViewDemo.csproj
│ ├── Persons.xml
│ ├── Photos
│ │ ├── ak.png
│ │ ├── cp.png
│ │ ├── cr.png
│ │ ├── es.png
│ │ ├── gab.png
│ │ ├── gp.png
│ │ ├── jp.png
│ │ ├── jr.png
│ │ ├── mb.png
│ │ ├── np.png
│ │ ├── ns.png
│ │ ├── sj.png
│ │ └── sp.png
│ ├── Properties
│ ├── Resource1.Designer.cs
│ ├── Resource1.resx
│ ├── Resources
│ │ ├── down16.png
│ │ ├── Espresso Maker.ico
│ │ ├── fav32.png
│ │ ├── folder16.png
│ │ ├── goldstar3.png
│ │ ├── goldstart-32.png
│ │ ├── limeleaf.png
│ │ ├── movie16.png
│ │ ├── music16.png
│ │ ├── redback1.png
│ │ ├── redbull.png
│ │ ├── star16.png
│ │ └── tick16.png
│ └── ShellUtilities.cs
├── docs
│ ├── animations.rst
│ ├── blog1.rst
│ ├── blog2.rst
│ ├── blog3.rst
│ ├── blog.rst
│ ├── cellEditing.rst
│ ├── changelog.rst
│ ├── ClassDiagram.dia
│ ├── ClassDiagram-VirtualList.dia
│ ├── conf.py
│ ├── download.rst
│ ├── dragdrop.rst
│ ├── faq.rst
│ ├── features.rst
│ ├── gettingStarted.rst
│ ├── index.rst
│ ├── listCtrlPrinter.rst
│ ├── majorClasses.rst
│ ├── olv-sandcastle.shfbproj
│ ├── overlays.rst
│ ├── ownerDraw.rst
│ ├── recipes.rst
│ ├── samples.rst
│ ├── Sitemap.xml
│ └── whatsnew.rst
├── ListViewPrinter
│ ├── BrushForm.cs
│ ├── BrushForm.Designer.cs
│ ├── BrushForm.resx
│ ├── BrushPenData.cs
│ ├── BrushPen.DesignTime.cs
│ ├── ListViewPrinter2008.csproj
│ ├── ListViewPrinter.cs
│ ├── ListViewPrinter.csproj
│ ├── lvp-keyfile.snk
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── RuntimePropertiesObject.cs
├── ListViewPrinterDemo
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── ListViewPrinterDemo2008.csproj
│ ├── ListViewPrinterDemo.csproj
│ ├── Persons.xml
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── Resources
│ └── compass16.png
├── ObjectListView
│ ├── Adornments.cs
│ ├── Attributes.cs
│ ├── CellEditors.cs
│ ├── Comparers.cs
│ ├── CustomDictionary.xml
│ ├── DataListView.cs
│ ├── Decorations.cs
│ ├── DragSource.cs
│ ├── DropSink.cs
│ ├── Events.cs
│ ├── FastObjectListView.cs
│ ├── Filters.cs
│ ├── Generator.cs
│ ├── GlassPanelForm.cs
│ ├── Groups.cs
│ ├── HeaderControl.cs
│ ├── Munger.cs
│ ├── NativeMethods.cs
│ ├── ObjectListView2008.csproj
│ ├── ObjectListView.cs
│ ├── ObjectListView.csproj
│ ├── ObjectListView.DesignTime.cs
│ ├── ObjectListView.FxCop
│ ├── ObjectListView.shfb
│ ├── olv-keyfile.snk
│ ├── Overlays.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Renderers.cs
│ ├── Styles.cs
│ ├── ToolTipControl.cs
│ ├── TreeListView.cs
│ ├── TypedObjectListView.cs
│ ├── VirtualGroups.cs
│ ├── VirtualListDataSource.cs
│ └── VirtualObjectListView.cs
├── ObjectListView2008.sln
├── ObjectListView.sln
├── SparkleLibrary
│ ├── Adapters
│ │ └── AnimationAdapter.cs
│ ├── Animation
│ │ ├── Animateable.cs
│ │ ├── Animation.cs
│ │ └── Events.cs
│ ├── Effects
│ │ ├── Effect.cs
│ │ └── Effects.cs
│ ├── Locators
│ │ ├── Locators.cs
│ │ ├── PointLocator.cs
│ │ └── RectangleLocator.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── sparkle-keyfile.snk
│ ├── SparkleLibrary.csproj
│ └── Sprites
│ ├── Audio.cs
│ ├── ImageSprite.cs
│ ├── ISprite.cs
│ ├── ShapeSprite.cs
│ ├── Sprite.cs
│ └── TextSprite.cs
└── Tests
├── AssemblyInfo.cs
├── MainForm.cs
├── MainForm.Designer.cs
├── MainForm.resx
├── OLVTests.nunit
├── Person.cs
├── Program.cs
├── SetupTestSuite.cs
├── TestAdornments.cs
├── TestBasics.cs
├── TestCheckBoxes.cs
├── TestColumn.cs
├── TestFilters.cs
├── TestFormatting.cs
├── TestGenerator.cs
├── TestMunger.cs
├── Tests2008.csproj
├── Tests.csproj
├── TestSelection.cs
├── TestSorting.cs
└── TestTreeView.cs
22 directories, 176 files
C# 强大的自定义ListView ObjectListViewFull-2.4.1
文件清单
└── ObjectListViewDemo
├── COPYING
├── Demo
│ ├── AnimatedDecoration.cs
│ ├── AnimatedGifs
│ │ ├── 3dlink1.gif
│ │ ├── cd1.gif
│ │ ├── circum.gif
│ │ ├── cool3.gif
│ │ ├── enter3.gif
│ │ ├── envelope.gif
│ │ ├── exclame.gif
│ │ ├── eye2.gif
│ │ ├── net2.gif
│ │ └── new5.gif
│ ├── AssemblyInfo.cs
│ ├── ColumnSelectionForm.cs
│ ├── ColumnSelectionForm.Designer.cs
│ ├── ColumnSelectionForm.resx
│ ├── MainForm.cs
│ ├── MainForm.Designer.cs
│ ├── MainForm.resx
│ ├── ObjectListViewDemo2008.csproj
│ ├── ObjectListViewDemo.csproj
│ ├── Persons.xml
│ ├── Photos
│ │ ├── ak.png
│ │ ├── cp.png
│ │ ├── cr.png
│ │ ├── es.png
│ │ ├── gab.png
│ │ ├── gp.png
│ │ ├── jp.png
│ │ ├── jr.png
│ │ ├── mb.png
│ │ ├── np.png
│ │ ├── ns.png
│ │ ├── sj.png
│ │ └── sp.png
│ ├── Properties
│ ├── Resource1.Designer.cs
│ ├── Resource1.resx
│ ├── Resources
│ │ ├── down16.png
│ │ ├── Espresso Maker.ico
│ │ ├── fav32.png
│ │ ├── folder16.png
│ │ ├── goldstar3.png
│ │ ├── goldstart-32.png
│ │ ├── limeleaf.png
│ │ ├── movie16.png
│ │ ├── music16.png
│ │ ├── redback1.png
│ │ ├── redbull.png
│ │ ├── star16.png
│ │ └── tick16.png
│ └── ShellUtilities.cs
├── docs
│ ├── animations.rst
│ ├── blog1.rst
│ ├── blog2.rst
│ ├── blog3.rst
│ ├── blog.rst
│ ├── cellEditing.rst
│ ├── changelog.rst
│ ├── ClassDiagram.dia
│ ├── ClassDiagram-VirtualList.dia
│ ├── conf.py
│ ├── download.rst
│ ├── dragdrop.rst
│ ├── faq.rst
│ ├── features.rst
│ ├── gettingStarted.rst
│ ├── index.rst
│ ├── listCtrlPrinter.rst
│ ├── majorClasses.rst
│ ├── olv-sandcastle.shfbproj
│ ├── overlays.rst
│ ├── ownerDraw.rst
│ ├── recipes.rst
│ ├── samples.rst
│ ├── Sitemap.xml
│ └── whatsnew.rst
├── ListViewPrinter
│ ├── BrushForm.cs
│ ├── BrushForm.Designer.cs
│ ├── BrushForm.resx
│ ├── BrushPenData.cs
│ ├── BrushPen.DesignTime.cs
│ ├── ListViewPrinter2008.csproj
│ ├── ListViewPrinter.cs
│ ├── ListViewPrinter.csproj
│ ├── lvp-keyfile.snk
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── RuntimePropertiesObject.cs
├── ListViewPrinterDemo
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── ListViewPrinterDemo2008.csproj
│ ├── ListViewPrinterDemo.csproj
│ ├── Persons.xml
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── Resources
│ └── compass16.png
├── ObjectListView
│ ├── Adornments.cs
│ ├── Attributes.cs
│ ├── CellEditors.cs
│ ├── Comparers.cs
│ ├── CustomDictionary.xml
│ ├── DataListView.cs
│ ├── Decorations.cs
│ ├── DragSource.cs
│ ├── DropSink.cs
│ ├── Events.cs
│ ├── FastObjectListView.cs
│ ├── Filters.cs
│ ├── Generator.cs
│ ├── GlassPanelForm.cs
│ ├── Groups.cs
│ ├── HeaderControl.cs
│ ├── Munger.cs
│ ├── NativeMethods.cs
│ ├── ObjectListView2008.csproj
│ ├── ObjectListView.cs
│ ├── ObjectListView.csproj
│ ├── ObjectListView.DesignTime.cs
│ ├── ObjectListView.FxCop
│ ├── ObjectListView.shfb
│ ├── olv-keyfile.snk
│ ├── Overlays.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Renderers.cs
│ ├── Styles.cs
│ ├── ToolTipControl.cs
│ ├── TreeListView.cs
│ ├── TypedObjectListView.cs
│ ├── VirtualGroups.cs
│ ├── VirtualListDataSource.cs
│ └── VirtualObjectListView.cs
├── ObjectListView2008.sln
├── ObjectListView.sln
├── SparkleLibrary
│ ├── Adapters
│ │ └── AnimationAdapter.cs
│ ├── Animation
│ │ ├── Animateable.cs
│ │ ├── Animation.cs
│ │ └── Events.cs
│ ├── Effects
│ │ ├── Effect.cs
│ │ └── Effects.cs
│ ├── Locators
│ │ ├── Locators.cs
│ │ ├── PointLocator.cs
│ │ └── RectangleLocator.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── sparkle-keyfile.snk
│ ├── SparkleLibrary.csproj
│ └── Sprites
│ ├── Audio.cs
│ ├── ImageSprite.cs
│ ├── ISprite.cs
│ ├── ShapeSprite.cs
│ ├── Sprite.cs
│ └── TextSprite.cs
└── Tests
├── AssemblyInfo.cs
├── MainForm.cs
├── MainForm.Designer.cs
├── MainForm.resx
├── OLVTests.nunit
├── Person.cs
├── Program.cs
├── SetupTestSuite.cs
├── TestAdornments.cs
├── TestBasics.cs
├── TestCheckBoxes.cs
├── TestColumn.cs
├── TestFilters.cs
├── TestFormatting.cs
├── TestGenerator.cs
├── TestMunger.cs
├── Tests2008.csproj
├── Tests.csproj
├── TestSelection.cs
├── TestSorting.cs
└── TestTreeView.cs
22 directories, 176 files