![]() |
Blog / MSBTree / What is the MSBTree? |
What is the MSBTree? The tree of elements, which are located with the XUL rules and displayed using CSS style sheets.
XUL - a set of rules for the location of standard components (buttons, panels, text, etc.). This mixture of XML and HTML. With XUL code, you can create a window or any other part of the interface. The most well-known application that uses XUL for building interface is Mozilla Firefox. MSBTree uses a simplified version of XUL. It supports only the most basic rules and components (buttons, panels, text, etc.). No support for Java and many other features. But there are some changes that were needed to adapt MSBTree as a Delphi VCL component.
Using Cascading Style Sheets CSS, you can specify the appearance of elements. MSBTree supports simplified and modified version of the CSS format. Supports: Background, Padding, Margin, Border, Font, and a few other rules. Styles may change, upload or create in runtime. That will allow full control over the appearance of the component.