TaskBar

A TaskBar container that can be used outside of a Desktop widget to manage minimized floating windows without having to use a Desktop or a custom manager.

TaskBar is now a core control in Wisej.NET, no extension is needed! Simply drag a TaskBar from the toolbox into the designer- no need for an extension nuget package.

How to Use

  • Add a reference to Wisej.Web.Ext.TaskBar

  • Drop the assembly dll on your Visual Studio Toolbox

  • Create an instance of TaskBar on your Wisej.NET container

You can set up the TaskBarPosition, choose between Top, Right, Bottom or Left. AutoiHideTaskbar can be used to automatically hide the the Taskbar when no windows are opened.

Find more information in our TaskBar example in C# or in VB.NET.

Last updated

Was this helpful?