OhmStudio.UI 1.2.4.8

dotnet add package OhmStudio.UI --version 1.2.4.8                
NuGet\Install-Package OhmStudio.UI -Version 1.2.4.8                
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.4.8" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OhmStudio.UI --version 1.2.4.8                
#r "nuget: OhmStudio.UI, 1.2.4.8"                
#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.
// Install OhmStudio.UI as a Cake Addin
#addin nuget:?package=OhmStudio.UI&version=1.2.4.8

// Install OhmStudio.UI as a Cake Tool
#tool nuget:?package=OhmStudio.UI&version=1.2.4.8                

OhmStudio.UI

Introduce

WPF UI Library

AvalonDock UI Library

.Net Version

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

💡 Install

Nuget search to download OhmStudio.UI. Please use the latest version and I will update this package from time to time to fix any bugs that may occur during testing

🚀 Quick Start

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

            //Custom control styles and WPF basic 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 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
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. 
.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.4.8 25 1/14/2025
1.2.4.7 68 1/6/2025
1.2.4.3 120 12/30/2024
1.2.4.1 97 12/17/2024
1.2.3.8 91 12/9/2024
1.2.3.4 96 12/3/2024
1.2.3.2 91 11/25/2024
1.2.3.1 98 11/18/2024
1.2.2.6 98 11/11/2024
1.0.6.2 471 11/2/2023