logo

FlexCell Grid Control for .NET 4.0

V4.5.6
  1. Added Grid.ExportHiddenCells property.
  2. Changed the appearance of the print preview window.
  3. Changed the appearance of the calendar control.
V4.5.5
  1. Some minor modifications.
V4.5.4
  1. Added Grid.AutoScale property.
V4.5.3
  1. Added Grid.DefaultRowHeightInTwips property.
  2. Added Row.TwipsHeight property.
  3. Added Column.TwipsWidth property.
  4. Some minor modifications.
V4.5.2
  1. Added Grid.AllowNew property.
  2. Added Grid.RemoveSort method.
  3. Some minor modifications.
V4.5.1
  1. Added ImageComboBoxItem.Value property.
V4.5.0
  1. Added Grid.SelectWholeCell property.
  2. Added Grid.ScrollBarStyle property and Grid.BackColorScrollBar property.
  3. Added Grid.CorrectionLevel property (for QRCode).
  4. Added Column.Name property and Column.Tag property.
  5. Added Row.Tag property.
  6. Added ComboBox.ToolStripDropDown property, Demo1 is an example.
  7. Added Linear Gradient fixed cell style.
  8. Solved the problem that the pictures can not be printed after installing Windows 10 update (KB5000802).
  9. Removed a bug of PasteData method.
  10. Changed flx file's encoding to Unicode.
  11. Some minor modifications.
V4.4.0
  1. Added QRCode cell type.
  2. Added Grid.QRCodeModuleSize property.
  3. Added ClearBlankArea property.
  4. Added AllowUserPaste property.
  5. Modified FrozenBottomRows property.
  6. Enable mouse wheel in ComboBox control.
  7. Improved Range.DeleteByRow method, allow users to remove rows in a bound grid.
  8. Removed a bug related to IME.
  9. Removed a bug of FrozenBottomRows property.
  10. Removed a bug of ExportToExcel method.
  11. Some minor modifications.
V4.3.0
  1. Added ComboBox.Sorted property.
  2. Added Chart.DisplayCategoryName property.
  3. Added Column.DataPropertyName property, allow users to drag and drop columns in bound mode.
  4. Added ShowPageSetupDialog(ActiveTab) method.
  5. Added Cell.DisplayText property.
  6. Added Range.Sort method and Selection.Sort method.
  7. Added interleaved 2 of 5 barcode type.
  8. Improved performance of Print & PrintPreview methods.
  9. Improved PasteData method, enabled it to paste formatted Excel data.
  10. Improved Grid.ExportToHTML method, enable it export cell format.
  11. Added support for 64-bit Visual Studio 2013 and Windows 8.
  12. Some minor modifications.
V4.2.0
  1. Added Grid.TimeFormat property.
  2. Added Selection.SelectedObject property.
  3. Added Chart.YMin property.
  4. Added Grid.SortIndicatorStyle property and Grid.SortIndicatorColor property.
  5. Added Grid.ExportToStream method and Grid.LoadFromStream method.
  6. Added Cell.Orientation property.
  7. Added Grid.EditorVisible property.
  8. Added PageSetup.HeaderLineStyle property and PageSetup.FooterLineStyle property.
  9. Added Cell.Comment property, Grid.BackColorComment property, Grid.ForeColorComment property, Grid.CommentIndicatorColor property and Grid.CommentWindowWidth property.
  10. Added BarCode cell type, it supports Code39, Code128A, Code128B, Code128C, EAN128 and EAN13.
  11. Added Grid.DisplayBarcodeText property and Grid.StretchBarcode property.
  12. Added Cell.BarcodeType property, Column.BarcodeType property, Range.BarcodeType property and Selection.BarcodeType property.
  13. Improved Grid.ExportToExcel method, enable it export pictures.
  14. Improved the TreeGrid demo.
  15. Some minor modifications.
V4.1.0
  1. Added new celltype: Time, DateTime.
  2. Added Grid.DisplayDateTimeMask property.
  3. Added Grid.HScrollbarVisible property and Grid.VScrollbarVisible property.
  4. Added Grid.FrozenBottomRows property.
  5. Added Chart.HideSmallPercentage property.
  6. Added Chart.DisplayAxesLabels property.
  7. Added PageSetup.MirrorMargins property.
  8. Added PageSetup.PrintCellBorders property.
  9. Added SelChange event.
  10. Some minor modifications.
V4.0.0
  1. Released a new version that supports Visual Studio 2010 and Microsoft .NET Framework 4.0.
  2. Improved PrintPreview method.