How to use Xander UI Framework WinForm App in C#

By FoxLearn 7/18/2024 3:40:56 AM   22.78K
Using Xander UI Framework in a C# Windows Forms Application involves adding the framework's components to your project and utilizing them to enhance the visual appearance and functionality of your forms.

Xander UI Framework is a library control (c# ui framework), animations and many other controls and features to C# for Windows Forms Application that helps you design an awesome UI.

To use the Xander UI Framework in a WinForms application in C#, you need to follow these steps:

First, You need download xander ui framework (xander ui dll) : Link

After downloading, extract the files and locate the DLL files containing the Xander UI Controls.

Right-click on the toolbox on the right, then select Add tab. You can enter your tab name is Xander UI Framework as shown below.

xander ui framework c#

Next, Right-click on the Xander UI Framework tab, then select Choose Items => Browse for the Xander UI Framework library that you downloaded.

xander ui framework dll

Select the XanderUI.dll, then click Open button to continue.

visual studio security warning

Click Yes to continue

choose toolbox items visual studio

Click OK to finish.

add xander ui framework to visual studio toolbox

Now you can see the Xander UI controls in your Visual Studio Toolbox.

Open your form designer, then drag and drop the desired Xander UI Controls from the Toolbox onto your WinForms designer surface.

xander ui framework c#

As you can see, this library supports many controls. There are still a lot of bugs, I don't recommend using it in commercial applications.

VIDEO TUTORIAL