All Projects → devpelux → fullcontrols

devpelux / fullcontrols

Licence: MIT license
Reworked version of the wpf controls, plus new controls and features.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to fullcontrols

Celestial.UIToolkit
A custom WPF toolkit which is inspired by a lot of the current design languages, including Microsoft's Fluent Design and Google's Material Design.
Stars: ✭ 32 (+14.29%)
Mutual labels:  wpf, customizable, fluent-design
ModernWpf
Modern styles and controls for your WPF applications without need WinRT
Stars: ✭ 65 (+132.14%)
Mutual labels:  wpf, controls
Django Admin Interface
django's default admin interface made customizable. popup windows replaced by modals. :mage: ⚡️
Stars: ✭ 717 (+2460.71%)
Mutual labels:  customizable, window
Modernwpf
Modern styles and controls for your WPF applications
Stars: ✭ 2,610 (+9221.43%)
Mutual labels:  wpf, fluent-design
nodify
High performance and modular controls for node-based editors designed for data-binding and MVVM.
Stars: ✭ 282 (+907.14%)
Mutual labels:  wpf, controls
plain-overlay
The simple library for customizable overlay which covers a page, elements or iframe-windows.
Stars: ✭ 28 (+0%)
Mutual labels:  customizable, window
Blurrycontrols
Small design library for blured controls in XAML and WPF for C#
Stars: ✭ 77 (+175%)
Mutual labels:  wpf, window
AnyBox
The easiest way to develop apps for Windows.
Stars: ✭ 187 (+567.86%)
Mutual labels:  wpf, window
PanuonUI
一个好看精致、开源无限制使用的WPF控件库。
Stars: ✭ 550 (+1864.29%)
Mutual labels:  wpf, controls
BilibiliLiveRecordDownLoader
Bilibili 直播录制与回放下载
Stars: ✭ 422 (+1407.14%)
Mutual labels:  wpf, fluent-design
Wpftoolkit
All the controls missing in WPF. Over 1 million downloads.
Stars: ✭ 2,970 (+10507.14%)
Mutual labels:  wpf, controls
WPFControls-ThemePack
Custom designed themes for WPF controls to make your app look better. Simple to modify.
Stars: ✭ 28 (+0%)
Mutual labels:  wpf, controls
ElevenClock
ElevenClock: Customize Windows 11 taskbar clock
Stars: ✭ 1,494 (+5235.71%)
Mutual labels:  customizable, windows11
plain-modal
The simple library for customizable modal window.
Stars: ✭ 21 (-25%)
Mutual labels:  customizable, window
deno desktop
Windowing support for Deno WebGPU.
Stars: ✭ 49 (+75%)
Mutual labels:  window
WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,934 (+17521.43%)
Mutual labels:  wpf
sherlock
🔎 Find usernames across social networks
Stars: ✭ 52 (+85.71%)
Mutual labels:  window
dotnet
.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation.
Stars: ✭ 865 (+2989.29%)
Mutual labels:  wpf
DDNRuntime-examples
DDNRuntime(Delphi .NET Framework/.NET Core Runtime) example. DDNRuntime is a library for Delphi to call .net dll. Support the assembly written by c#, vb.net. Support importing .net dll to delphi, can create .net wrapper automatically.
Stars: ✭ 15 (-46.43%)
Mutual labels:  wpf
pterobilling
An open-source Laravel 8 online store, client area, and billing software specially made for Pterodactyl panel
Stars: ✭ 258 (+821.43%)
Mutual labels:  customizable

FullControls

Reworked version of the wpf controls, plus new controls and features.

Availability

NUGET: https://www.nuget.org/packages/FullControls

Dependencies

net5 net6 wpfcoretools

Full documentation

The full documentation is available in the repository wiki.

Content

Content of the package:

Controls

Wpf user interface controls:

Accordion

Is a control that contains a stacked list of items.
Each item can be expanded or collapsed to reveal the content associated with that item.

ItemsControlAccordionItem

This is a control that can be used within an Accordion.
It works as an items control, so can be used to display multiple items inside.
It has an header and contains a Collapsible, to make the content collapsible by clicking the header.

SimpleAccordionItem

This is a control that can be used within an Accordion.
It can contain everything on its Content property.
It has an header and contains a Collapsible, to make the content collapsible by clicking the header.


BorderedGrid

Similar to the normal Grid, but this draws a grid with bordered cells.


ButtonPlus

Extended version of the classic button with more customizations.

RepeatButtonPlus

Extended version of the classic repeat button with more customizations.

Switcher

Button with the behaviour of a radio button.
If two switchers are in the same group, only one can be checked.

ToggleButtonPlus

Extended version of the classic toggle button with more customizations and features.


CheckBoxPlus

Extended version of the classic checkbox with more customizations.

RadioButtonPlus

Extended version of the classic radiobutton with more customizations.


Collapsible

Adds collapsing and expanding functionality to another element.
For example you can specify a Grid as collapsible Child, so the content of this Grid can be expanded or collapsed.
The collapsible works with Width and Height, so expanding means "go from zero to full size", and collapsing means "go from full size to zero".
Is possible to collapse only width, only height, or both.


ComboBoxPlus

Extended version of the classic combobox with more customizations and features.

ComboBoxItemPlus

Extended version of the classic combobox item with more customizations and features.


FlatContextMenu

Reworked version of the classic ContextMenu with more customizations.
For example you can change the color of the shadow or display a scroll viewer if needed.
However, it was created primarily for handling some inherited properties of FlatMenuItem.

FlatMenu

This control was created only for handling some inherited properties of FlatMenuItem.

FlatMenuItem

Extended version of the MenuItem with more features and customizations.
It contains also a "radio-checking" feature to make checkable items mutually exclusive.

FlatMenuSeparator

Reworked version of the Separator with more customizations.

FlatMenuSpace

This is a blank menu item: is made to add a blank space (without any separator line) between the items.

FlatMenuTitle

This is an unclickable menu item that works only as SubmenuItem, it can be used to add an item that works as a title for a group of items.


GlassScrollBar

Reworked version of the classic scrollbar adapted to be semi-transparent and colored.

GlassScrollViewer

This is a scroll viewer that uses the GlassScrollBars and with some new functionality, as draw the scrollbars inside the scroll viewer.


Kaleidoborder new

Draws a multicolored border with a background around another element.
This is similar to the standard border, but allows multicolored borders.


PasswordBoxPlus

Extended version of the standard password box with more features and customizations.
Is possible to add a label (or icon) and display an hint, add a button to show the password when pressed and copy the password.
It maintains the same security of the original password box.

TextBoxPlus

Extended version of the standard text box with more features and customizations.
Is possible to add a label (or icon) and display an hint, add a button to copy the text, choose if the textbox can contain only number, doubles…

System components

System controls and components:

AvalonWindow

Extended version of the classic window with possibility to customize the titlebar, fuse the titlebar with the content of the window, better handling of close, minimize, etc...

WindowTitleBar

A fully customizable titlebar used in custom windows.


FlexWindow

Extended version of the classic window with the same features of AvalonWindow, but with support for round angles and custom shadow.
(This window can only be minimized, is not resizable or maximizable)

FullWindow

Extended version of the classic window with the same features of FlexWindow but resizable.
(This uses AllowsTransparency=True)

License

Copyright (C) 2020-2022 devpelux (Salvatore Peluso)
Licensed under MIT license.

mit

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].