All Projects → dahall → groupcontrols

dahall / groupcontrols

Licence: other
.NET controls that display multiple sub-controls without creating a unique window handle for each child. Instead each child is drawn using the default renderers.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to groupcontrols

Extended-Toolkit
A companion toolkit for the standard toolkit.
Stars: ✭ 83 (+453.33%)
Mutual labels:  winforms, controls
more
A growing collection of (MIT licensed) professional Windows Forms Controls for .NET Core.
Stars: ✭ 16 (+6.67%)
Mutual labels:  winforms, controls
Krypton-Toolkit-Suite-Extended-NET-5.470
An extension to the Krypton Toolkit suite of controls for .NET framework 4.7
Stars: ✭ 51 (+240%)
Mutual labels:  winforms, controls
TrialMaker.Demo
A powerful yet straight-forward library suite that provides secure trial license generation and copy-protection features for .NET applications. It also supports premium license generation for expired free-trials.
Stars: ✭ 21 (+40%)
Mutual labels:  winforms
topmostfriend
Utility for making windows always be on top, forcefully.
Stars: ✭ 6 (-60%)
Mutual labels:  winforms
Standard-Toolkit
An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET Core/.NET
Stars: ✭ 194 (+1193.33%)
Mutual labels:  winforms
Examples Qt
Shows how to use Qt widgets only by programming code (c++17).
Stars: ✭ 38 (+153.33%)
Mutual labels:  controls
dot-net-transitions
A library for animated UI transitions for .NET
Stars: ✭ 85 (+466.67%)
Mutual labels:  winforms
forge-bucketsmanager-desktop
View, Upload & Translate models: Desktop sample tool (.NET) to manage bucket, objects and translations (extract SVF)
Stars: ✭ 44 (+193.33%)
Mutual labels:  winforms
PanuonUI
一个好看精致、开源无限制使用的WPF控件库。
Stars: ✭ 550 (+3566.67%)
Mutual labels:  controls
Scraps
Scrap.TF Raffle Joining Bot
Stars: ✭ 24 (+60%)
Mutual labels:  winforms
kuka rl
Reinforcement Learning Experiments using PyBullet
Stars: ✭ 65 (+333.33%)
Mutual labels:  controls
awesome-azure-policy
A curated list of blogs, videos, tutorials, code, tools, scripts, and anything useful to help you learn Azure Policy - by @jesseloudon
Stars: ✭ 313 (+1986.67%)
Mutual labels:  controls
WinForms-KWAssistant
百度搜索关键词,刷点击
Stars: ✭ 16 (+6.67%)
Mutual labels:  winforms
EBind
🔵 .NET Data Binding we deserve: concise, fast, feature-rich
Stars: ✭ 141 (+840%)
Mutual labels:  winforms
TheLastTime
C# .NET 5 Blazor WebAssembly Progressive Web Application that tracks when was the last time you did something
Stars: ✭ 23 (+53.33%)
Mutual labels:  winforms
WinFormsComInterop
ComWrappers required to run NativeAOT and WinForms
Stars: ✭ 54 (+260%)
Mutual labels:  winforms
LazyTS
PowerShell Script (GUI) to manage Terminal Sessions
Stars: ✭ 85 (+466.67%)
Mutual labels:  winforms
SimpleClassicTheme.Taskbar
Taskbar for Simple Classic Theme
Stars: ✭ 47 (+213.33%)
Mutual labels:  winforms
forge-viewhubs-desktop
Autodesk design file explorer for desktop: Demonstrates a desktop application that shows BIM 360 Team, BIM 360 Docs and Fusion Team hubs, which respective Projects, Folders, Items and Versions
Stars: ✭ 31 (+106.67%)
Mutual labels:  winforms

Group Controls for .NET WinForms

Controls that display multiple sub-controls without creating a unique window handle for each child. Instead each child is drawn using the default renderers and its space and status are managed by the parent. Currently there are the following controls:

  • RadioButtonList (similar the ASP.NET control)
  • CheckBoxList

In the Source Code, you will find an example project. Of note along with the controls are two generic classes. The first is a clone of List<T> called EventedList<T>. It has all the same methods, but adds events on all changes to the list or its items. The second is a SparseArray<T> that behaves the same as a List<T>, but is built on top of a Dictionary<T> so that you can address items that have not been added and have non-sequential indexes.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].