This is the third in a series of posts on some of the extended QControls that come already installed with the QControl Toolkit. There is no separate download for these. To get them just install the QControl Tool Kit available here: The QControl Toolkit on LabVIEW Tools Network Overview The TreeSelection QControl adds checkbox functionality to the basic tree control. It is able to do this by controlling the symbol of each item; using an empty checkbox for false and a checked for true. There is an example in the Example Finder (shown below) when the toolkit is installed. There is other QControls that I have created that inherit from this QControl. They share the same Event Handler but override the Toggle Selection Method. I will explain how this is done in subsequent post.
Use QControls to receive the benefits of XControls without the headaches. Allow easy UI Logic Code reuse. Encapsulate and decouple the UI Logic away from the Business Logic of the main application and from the UI Skin.