Working with the Demo Browser

The Wisej.NET Demo Browser contains an example of every control within Wisej.NET. You can check it out here.

Let's look at the Demo Browser code for listbox. Listbox presents a collection of items, either as plain text or bound data, enabling users to choose a single entry or multiple selections.

First open the Demo Browser and search for "listbox" using the search bar on the left hand side.

Then, click on the code link to pull up the source code for the listbox example.

It should look like this:

We can see that the code is in the "Demos\Editors\Wisej.DemoBrowser.ListBox" folder

Clone the Demo Browser repository off of github. If you are unfamiliar with cloning a repository, check out this tutorial. Another way to clone a repository is through GitHub desktop, which you can download here. This is a tutorial for cloning a repository with GitHub desktop.

Note that in order to open the designer you will need to compile the project first.

Last updated

Was this helpful?