ComponentOne UWP Edition Release History
UWP Edition Release History / 2017 v3
In This Topic
    2017 v3
    In This Topic

    UWP Edition

    Bug Fixes

    • [C1NumericBox] Fixed the issue where "System.IndexOutOfRangeException" occurred while clicking increment/decrement button in C1NumericBox and then pressing Spacebar key from keyboard.
    • [DropDown] Fixed the issue where Arrow toggle button disappears and separator line always locates at center instead of changing the whole height adaptive with the dropdown's height.

    Expression Editor for UWP

    First Release.

    Extended Library for UWP

    Bug Fixes

    • [C1ColorPicker] Fixed the issue where System.ArgumentOutOfRangeException occurs while setting Margin property in C1ColorPicker, opening colorPicker dropdown and then resizing MainPage.

    FlexChart for UWP

    Bug Fixes

    • Fixed the issue where AxisY labels and bars are overlapped in exported SVG image of FlexChart with 'Bar' chart type.
    • Fixed the issue where 'NullReferenceException' is thrown in designer on adding secondary axis to series with CandleStick/HighLowOpenClose ChartType.
    • Fixed the issue where 'NullReferenceException' is thrown on adding empty series, RangMode='ATR' and ChartType='Renko' / 'Kagi'.
    • Fixed the issue where "InvalidOperationException" with "Sequence contains no elements" message is thrown on setting 0 to Period of CCI and WilliamsR indicators.
    • Fixed the issue where DataLabel is not shown in exported svg image of TreeMap "IndexOutOfRangeException" is thrown on setting Period=1 and Scaling=Dynamic.
    • Fixed the issue where Datalabels in floating bars for Class A series are displayed the same as Class B series in 'FloatingBarChart' sample.
    • [Win10 1703] Fixed the issue where data points are not plotted when setting series's ChartType='CandleStick' / 'HighLowOpenClose'
    • [Win10 1703] Fixed the issue where data series exceed boundary of plot area when setting ChartType='Area'.

    Improvements

    • Implemented Histogram / RangedDiagram chart types.
    • Implemented Step / StepArea / StepSymbols chart types.
    • Used point index instead of series index as parameter of LabelRendered / LabelRendering events.
    • Added new FloatingBarChart samples.
    • [C1FinancialChart] Added new chart type "PointAndFigure". The demo page for new chart type is added to FinancialChartExplorer sample.

    FlexGrid for UWP

    Improvements

    • Added MarqueeColor property to define custom marquee color. Note, you must set ShowMarquee = "True" to see it.
    • Merging does not work correctly when there are less than 2 rows in the grid.

    FlexViewer for UWP

    Bug Fixes

    • Fixed the issue where System.ArgumentException occurs on using the "DoubleTapped" event handler for FlexViewer.Pane.
    • Fixed the issue where Highlighted selection and the current page number were sometimes not in sync.

    Improvements

    • Added the LimitSearchToCurrentPage property indicating whether the text search should be limited to current page.
    • ZoomFactor property is now zooming from center of the control at runtime.

    Gauge for UWP

    Bug Fixes

    • Setting Background Color does not work when customizing the shape of C1RadialGauge.

    InputPanel for UWP

    Bug Fixes

    • Fixed the issue where multiple issues are observed while setting big FontSize to InputPanel.
    • Fixed the issue where setting CurrentItem property doesn't get reflected in InputPanel.

    Improvements

    • Add 'TextWrapping' to C1InputTextBox.

    RichTextBox for UWP

    Bug Fixes

    • Fixed the issue where a row and text of table cell that contains list disappears after export and import from RTF.
    • Fixed the issue where RemoveShortcut method does not work on Shift+Insert/Ctrl+V key combination.
    • Fixed the issue where application crashes while setting of margin as '409'.

    Improvements

    • Made C1ButtonTool inherited from AppBarButton, so that it could be used in CommandBar PrimaryCommands and SecondaryCommands.
    • Removed IsChecked property and used AppBarToggleButton.IsChecked in C1ApplicationBarToggleButton.
    • Added default Icon/Label for every tool for better appearance. The Label supports localization.

    Word for UWP

    Bug Fixes

    • Fixed the issue where C1WordDocument is not able to load RTF File containing an Image (part 2 "1.rtf" file).
    • Fixed the issue where loading and saving a file with newline removes newline characters.
    • Fixed the issue where C1Word not able to load file (*.docx and *.rtf) containing table.
    • Fixed the issue where information on changing fonts without adding new paragraph and adding markers with "AddParagraph" was not provided.
    • Fixed the issue where information was not provided on changing fonts without adding new paragraph and adding markers with "AddParagraph".
    • Fixed the issue where System.FormatException is thrown when load the word file contain bullet and use the C1.C1Word.2dll.
    • Fixed the issue where System.FormatException occurred when load the certain specific file.
    • Fixed the issue where check mark for some check mark style are not shown in exported word file.
    • Fixed the issue where CheckedSymbol are shown as number instead of CustomSymbol in exported word file.