This prerelease version adds several new methods and properties:
Plus updated and new Samples:
Download Update<<
Instructions: Unzip the files and replace assemblies at C:_Program Files\ComponentOne\Studio for Silverlight 4\bin_, or _Studio for WPF\bin._
If you do not already have Studio for Silverlight or WPF installed, then you can simply just install one or both of those. They now include the FlexGrid update.
The new Print method simplifies printing. Just simply call the Print method in code.
c1FlexGrid1.Print("My Document", ScaleMode.PageWidth, new Thickness(96), 20);
The Print method can take several arguments including document title, scale mode (PageWidth, ActualSize, SinglePage, Selection), margin thickness (96 = 1 inch), and maximum page count.