A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/HandyOrg/HandyControl below:

HandyOrg/HandyControl: Contains some simple and commonly used WPF controls

SimpleFactoryGenerator - A simple factory source generator that enables the pattern to not violate the open-close principle.

WpfExtensions - Some syntactic sugar for Wpf development.

中文English

https://join.slack.com/t/handycontrol/shared_invite/zt-sw29prqd-okFmRlmETdtWhnF7C3foxA

https://gitee.com/handyorg/HandyControl/

https://handyorg.github.io/handycontrol/

Projects using HandyControl

if your project is not listed here, let us know! 😀

Step 1: Add a reference to HandyControl or search for HandyControl on the nuget;

Install-Package HandyControl

Step 2: Add code in App.xaml as follows:

<Application.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            <ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/SkinDefault.xaml"/>
            <ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Theme.xaml"/>
        </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
</Application.Resources>

Step 3: Add NameSpace: xmlns:hc="https://handyorg.github.io/handycontrol"

Step 4: Enjoy coding

VSIX packages for Visual Studio

FlowDocumentScrollViewerStyle

Now you can switch to dark theme

TransitioningContentControl


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4