OhmStudio.UI 1.2.5.9

dotnet add package OhmStudio.UI --version 1.2.5.9
                    
NuGet\Install-Package OhmStudio.UI -Version 1.2.5.9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OhmStudio.UI" Version="1.2.5.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OhmStudio.UI" Version="1.2.5.9" />
                    
Directory.Packages.props
<PackageReference Include="OhmStudio.UI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OhmStudio.UI --version 1.2.5.9
                    
#r "nuget: OhmStudio.UI, 1.2.5.9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OhmStudio.UI@1.2.5.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OhmStudio.UI&version=1.2.5.9
                    
Install as a Cake Addin
#tool nuget:?package=OhmStudio.UI&version=1.2.5.9
                    
Install as a Cake Tool

License NuGet

OhmStudio.UI

Introduce

WPF UI Library

AvalonDock UI Library

.Net Version

.Net Version Status
net462
net5.0-windows
net8.0-windows

💡 Install

Add nuget package:

dotnet add package OhmStudio.UI

Please use the latest version. I will update this package regularly to fix any bugs that may arise during testing.

🚀 Quick Start

<Application.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            //Themes for WPF control and AvalonDock, 2022 can be replaced with 2019, BlueTheme can be replaced with LightTheme or DarkTheme.
            <ResourceDictionary Source="/OhmStudio.UI;Component/Themes/VisualStudio2022/BlueTheme.xaml" />

            //Styles for WPF basic controls and custom controls, for example SearchBar, CheckComboBox, CircleProgressBar, etc...
            <ResourceDictionary Source="/OhmStudio.UI;Component/Styles/VisualStudio.xaml" />
        </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
</Application.Resources>

//You can override the following resources, they are all the dynamic resources.

//InputElement:Button,ComboBox,TextBox,PasswordBox,SearchBar,NumericUpDown,PasswordTextBox,DateTimePicker,CheckComboBox.
<Thickness x:Key="InputElementPadding">2</Thickness>
<Thickness x:Key="InputElementBorderThickness">1</Thickness>

<Thickness x:Key="ComboBoxItemPadding">1</Thickness>
<Thickness x:Key="ComboBoxItemMargin">2,0</Thickness>

<Thickness x:Key="ListBoxItemPadding">2,0</Thickness>
<Thickness x:Key="ListBoxItemMargin">0</Thickness>

<Thickness x:Key="ListViewItemPadding">4,2</Thickness>
<Thickness x:Key="ListViewItemMargin">0,0,0,1</Thickness>

🙏 Special Thanks

📷 Screenshot

Screenshot

Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.5.9 129 6/20/2025
1.2.5.8 154 5/18/2025
1.2.5.6 185 4/22/2025
1.2.5.4 181 4/11/2025
1.2.5.3 196 4/3/2025
1.2.5.2 130 2/5/2025
1.2.5.1 119 1/21/2025
1.2.4.9 135 1/15/2025
1.2.4.3 153 12/30/2024
1.2.4.1 137 12/17/2024
1.2.3.8 131 12/9/2024
1.2.3.4 130 12/3/2024
1.2.3.2 138 11/25/2024
1.2.3.1 133 11/18/2024
1.2.2.6 135 11/11/2024
1.0.6.2 481 11/2/2023