[]
        
(Showing Draft Content)

2019 v3

Core

Improvements

  • Used timestamp.digicert to sign dlls.

Bug Fixes

  • Fixed issue related to Callback Helper.

CollectionView

Bug Fixes

  • Throw exception if C1PagedCollectionView.PageSize is less or equal to zero.
  • C1HierarchicalCollectionView.HasMoreItems wasn't honoring InternalCollections.HasMoreItems.

FlexViewer

Improvements

  • Updated GcPdf to 3.0.0.415
  • Added new API to customize hamburger menu and toolbar.
  • Added sample for customizing hamburger menu.
  • Added sample for customizing toolbar.
  • Improved drawing performance on iOS and Android.
    Removed dependency on external packages. Publish event DocumentOpening to request for stream when open file from menu.

Bug Fixes

  • Matched results do not reach into user's view when page is in 'Actual Size'.
  • Request to adjust MenuWidth so that whole text of menu item can be displayed properly in 'Customize Hamburger Menu' sample.
  • Request to adjust "No matches found" tooltip length so that the whole text can be displayed.
  • System.NullReference exception has occurred when setting 'False' to 'ShowMenu' property.
  • System.IO.IO exception occurs when exporting PDF which is previously exported and loaded.
  • 'highlightSearchResult' and 'scrollToSearchResult' parameters in 'SearchText' method work as 'True' value although setting to 'False'.
  • Adding 'MenuItem' and setting 'Name' property is not working properly at run-time.
  • System.NullReference exception has occurred when setting 'False' to 'ShowMenu' property.
  • System.ArgumentOutOfRange exception occurs when setting true to 'searchUp' and 'scrollToSearchResult' parameters in 'SearchText' method.
  • [Android][Xamarin.Forms for Android] Highlights does not match the searched text when 'ZoomMode' is 'PageWidth' and 'PageDisplayMode' is 'FourPages'.
  • Tick-marks are shown at default modes 'PageWidth' and 'OnePage' when setting any Enum value in 'ZoomMode' and 'PageDisplayMode' properties from design time.
  • System.ArgumentOutOfRange exception occurs when setting true to 'searchUp' and 'scrollToSearchResult' parameters in 'SearchText' method.
  • System.ArgumentOutOfRangeException has occurred when searching the text by using Next() method.
  • System.NullReferenceException occurs when tapping on 'Next/Previous' button after applying 'ResetSearch' method.
  • [Android][Xamarin.Forms for Android] Menu items are not shown at position setting in 'Position' property.
  • [Android][Xamarin.Forms for Android] Menu items are visible although setting false to 'Visible' property.
  • System.NullReference exception has occurred after searching text for not existing in pdf document.
  • 'View' drop-down is not opened by tapping on drop-down button when setting 'ShowMenu' property false.
  • 'Page Number' text-box is not opened when tapping on 'Page' label

Grid

Improvements

  • Added KeyActionEnter property.
  • Improved keyboard navigation to handle Ctrl+Arrow, Home and End keys.
  • Added IME support to start editing directly when pressing a key.

Bug Fixes

  • GridGroupRow.ChildrenRows weren't calculated correctly when GroupRowPosition was None (Reverted previous fix 366944 that caused a breaking change).

Input

Breaking Changes

  • C1AutoComplete.HightlightedColor renamed to HighlightColor.

Bug Fixes

  • [Xamarin.Forms for Android] Selected item is shown for a while and disappeared immediately when set SelectedIndex and PlaceHolder at Design Time.
  • ArgumentOutOfRangeException occurs after deleting some text from selected item and pressing 'Enter' key.