WPF, UWP, and Silverlight Controls 2017.2 Released

by Avatar Bill Henning (Actipro)
Monday, August 28, 2017 at 5:22pm

BlogPostBanner.17.2

We're happy to announce that the 2017.2 versions of our WPF, Universal Windows, and Silverlight controls have been released.  These versions include some new controls, new features, and a lot of minor updates and bug fixes.

See all the details on the 2017.2 releases in the various announcement posts:

SyntaxEditor

Intra-Line Adornments

Full support for intra-line adornments is now included.  These allow whitespace to be reserved above and/or below view lines, and adornments rendered in that space.

CodeLens

A first new sample shows implementation of a Visual Studio-like Code Lens adornment with info display and hyperlink. 

PeekDefinition

A second sample shows a Visual Studio-like Peek Definition (embedded editor) display.  This is accomplished using a second SyntaxEditor within an adornment of the outer SyntaxEditor.

Vertical Scrolling

Vertical scrolling logic has been refactored to better handle view lines of various sizes.

Code Outlining

A couple new code outlining commands have been added: apply default outlining expansion and expand all outlining.

.NET Languages Add-on Roslyn Extensions

A new optional assembly is available that has Roslyn extensions for loading IBinaryAssembly instances that can be referenced by a project assembly, instead of using normal .NET reflection.

.NET Languages Add-on IntelliPrompt

IntelliPrompt completion is now available for object creation expression initializer member names.

ObjectInit

Docking/MDI (WPF/UWP)

Floating Windows

A new property can be data-bound to your VM to float or restore a docking window.  The default location request event allows for specifying that a docking window should open in a floating dock host.  Docking windows that were closed while floating now support more precise restoration later.  Dragging standalone floating docking windows by their tabs now has a better experience.

Contextual Indicators

The read-only contextual indicator for documents now uses a separate display mechanism from the custom contextual indicators, allowing both to show at the same time.

Editors (WPF/UWP)

AutoCompleteBox

A new AutoCompleteBox control has been added that allows text entry and provides suggestions for auto-completion.

AutoCompleteBox

This kind of control is ideal for use in search query and quick launch kinds of scenarios.

DateEditBox

DateEditBoxOpened

Clicking a date on the popup calendar now closes the popup.

Grids (WPF/UWP)

Drag/Drop

The TreeListBox item adapter has been updated with a method that fires when hovering over an item during a drag, allowing you to determine whether it should be expanded.

TreeListBoxDragDrop

New adapter methods have also been added that are called immediately before and after a drag, allowing for custom adornments to be displayed while dragging.

Shared Library (WPF/UWP)

AdvancedTextBlock

A new AdvancedTextBlock control has been added that can show a tooltip when overflowed and can highlight spans of text based on captured text ranges (i.e. filter match results).

TaskDownload TaskBuyNow

Actipro Blog 2017 Q2 Posting Summary

by Avatar Bill Henning (Actipro)
Wednesday, July 12, 2017 at 8:01pm

BlogSummaryBlogPostBanner

What We Accomplished

In this quarter, we continued enhancing the 2017.1 versions of our WPF Controls, Universal Windows Controls, and Silverlight Controls.  Docking/MDI gained many minor feature improvements.  Editors added better support for custom formats in numeric edit boxes, default values, and had other tweaks. Grids improved tree filtering, empty content display, column header taps, focus tracking, and added/updated several samples.  SyntaxEditor's .NET Languages Add-on added C# 6 and VB 14 syntax support, improved resolver logic for partial classes and base types, and more.  Numerous other updates were made across these and other products.

What’s Coming Next

We currently are working on finishing up the feature set for the 2017.2 versions.  Docking/MDI has a lot of updates related to floating windows, Editors adds a new AutoCompleteBox control, SyntaxEditor adds intra-line adornments (like the VS editor's Code Lens or Peek Definition features) and scrolling logic is refined, and the .NET Languages Add-on is getting an option to use Roslyn to load reflection information for referenced assemblies.

Most information on these new controls and features will be published soon.

We hope to roll v2017.2 out in the next several weeks.

Blog Post List

Control Product Releases

WPF, UWP, and Silverlight v2017.1 Maintenance Releases

by Avatar Bill Henning (Actipro)
Wednesday, June 28, 2017 at 2:38pm

WPF Controls v2017.1 Maintenance Release

by Avatar Bill Henning (Actipro)
Wednesday, May 3, 2017 at 6:16pm

WPF17.1.0651.BlogPostBanner

The WPF Controls 2017.1 build 651 maintenance release is now available.  This build has a large number of updates and new features for various WPF control products (Docking/MDI, Editors, Grids, Ribbon, SyntaxEditor, Shared Library), and includes bug fixes for all issues that have been found since the original 2017.1 release. 

In addition, the SyntaxEditor .NET Languages Add-on now supports C# 6 and VB 14 syntax, with full automated IntelliPrompt.  The screenshot below shows automated IntelliPrompt working properly with a null-conditional operator.

SyntaxEditorNullConditional

The rather large list of full update details are contained in this forum thread.

TaskDownload TaskBuyNow

Actipro Blog 2017 Q1 Posting Summary

by Avatar Bill Henning (Actipro)
Friday, April 14, 2017 at 7:13pm

BlogSummaryBlogPostBanner

What We Accomplished

In this quarter, we wrapped up all of the massive changes and improvements we've been working on for our new Grids and updated Editors products and rolled them out in the 2017.1 versions of our WPF Controls and Universal Windows Controls

The new Grids product contains a reimagined PropertyGrid control that is much faster and easier to use than our older WPF PropertyGrid control.  Grids also contains new highly-requested TreeListBox and TreeListView controls that are very fast and can reproduce control experiences like those seen in the Visual Studio Solution Explorer and more.  All of these new controls are available for WPF and UWP.

Our UWP Editors product was improved with numerous new controls and enhancements.  The entire product was also ported to WPF so that there is cross platform compatibility.  We did this since the new Editors are much more lightweight and in the future, any changes we make to one platform will easily roll into the other's codebase.

What’s Coming Next

Now that the new Grids product is officially out in the wild, we've been collecting feedback from customers and have been working on many enhancements centered around that feedback.  The first 2017.1 maintenance release is close to ready for release and has a number of those enhancements in place.  The maintenance release is also adding updates to our .NET Languages Add-on (WPF, UWP, Silverlight versions) to support C# 6 and VB 14 syntax, with full automated IntelliPrompt working for the new language features too.

We have started work on other SyntaxEditor updates, namely implementing intra-line adornment support.  This would allow you to add features like the VS editor's Code Lens or Peek Definition to SyntaxEditor.  We've started a public thread for these features and are beginning to look for beta testers.  Please write our support address if you'd like to help test this and ensure that our implementation meets your needs.

Beyond that, we plan on continuing adding minor enhancements to Grids, SyntaxEditor, Editors, and Docking/MDI over the coming weeks.

Blog Post List

Tips and a Special Offer

Control Product Releases