Lookless controls in Warewolf – Part 2

Looking back at Part 1 of this series, we discussed the basics of creating a “Lookless” control and how the UI interacts with the EditableCustomControl. We discussed creating controls using Dependency Properties and how to customize the class and make it work in the UI. Here we will build a […]

Lookless control in Warewolf – Part 1

Creating a Lookless control can be beneficial to your application and saves time on having to create multiple controls over and over again. In this series we will look at what a Lookless control is and how we can use it in our application. Part 1 will start with basic […]