|
Flexible TreeView v3.3
Friday, 23 September 2011
Flexible TreeView v3.3 maintenance release brings some long awaiting features and fix a fee bugs.
Separate targets: NET 2.0, NET 4.0 and NET 4.0 Client ProfileUntil this release Flexible TreeView was represented by a single assembly targeted .NET 2.0 which can be used either in .NET 2.0-3.5 applications or in .NET 4.0 applications but with installed .NET 2.0 framework.
Please note that our demo application (Samples Suite) that you can run right after installation is targeted only .NET 2.0 in this release. So if you have .NET 4.0 installed only you cannot run it out-of-the-box. Instead, you need to open the Samples Suite source project (.\Sampes\CS\SamplesSuite.csproj), change his target to .NET 4.0, replace references of ARMSoft.FlexibleTreeView.dll and ARMSoft.FlexibleTreeView.Design.dll from the .\Bin\NET4.0 directory and rebuild it.
System theme support extendedWith this release NodeCheckBox node control will show highlighted icons of the checkbox or radio button when the mouse hovers over the node control. Current system theme icons supported as well so Flexible TreeView will look like a system control in your application. Old behavior:
New behavior:
HTML markup new tagThis release extends our HTML markup support and bring new tag support - TAB that allows to display tabs inside HTML formatted text: <tab/>Lorem ipsum dolor sit amet, consectetur adipisicing elit. By default, width of the tab is 20 pixels but you can change it by using the 'width' tag attribute: <tab width='50'/>Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Please read change log for release details.
|
|