Canvas: How to Create Custom UI Controls

Xojo includes a good amount of UIcontrols available from the Library for Desktop, Web, iOSand Raspberry Pitargets. These are the pieces that allow you to layout the user interface of your apps: properties, methods and events that, when combined, define the specific behavior of the project at hand. Sometimes, subclassing the available controls is the answer to add specific behaviors […]