A DataStorage that can be used for both in Windows 8.1 and Windows Phone 8.1 apps.
I am trying to use the chart control in multiple views: Meaning not just one window. I create several windows from the main window. It is not call "windows". It is a view.
It looks like the chart control fails:
System.Exception: The application called an interface that was marshalled for a different thread. (Exception from HRESULT: 0x8001010E (RPC_E_WRONG_THREAD))
at Windows.UI.Xaml.Media.SolidColorBrush.get_Color()
at Telerik.UI.Xaml.Controls.Chart.ContainerVisualsFactory.ChangeBrushesAccordingToAppTheme()
at Telerik.UI.Xaml.Controls.Chart.ContainerVisualsFactory.PrepareCartesianAxisLineVisual(CartesianAxis axis, ContainerVisual lineContainer, RadRect layoutSlot, AxisType axisType)
at Telerik.UI.X
Is there a way to fix it ?
to understand the concept of multiple views:
https://docs.microsoft.com/en-us/windows/uwp/design/layout/show-multiple-views
please advise me...
Provide a tabstrip control that allows users to display content on tabs. - Tab content could use virtualization to avoid extra rendering - Follow themes from Telerik
The "Foreground" property does not apply to the RadDatePicker icon .. it only applies to the text even though I followed what this page explains: https://docs.telerik.com/windows-universal/controls/raddatepicker-and-radtimepicker/styling/raddatetimepickers-explicitstyling
My XAML code is the following:
<Custom:RadDatePicker x:Name="FromDatePicker" HorizontalAlignment="Left" ValueChanged="DatePickerValueChange">
<Custom:RadDatePicker.Resources>
<Style TargetType="Custom:RadDatePicker">
<Setter Property="Foreground" Value="Orange"/>
<Setter Property="FontSize" Value="15"/>
<Setter Property="FontStyle" Value="Italic"/>
<Setter Property="Background" Value="Beige"/>
<Setter Property="BorderBrush" Value="Orange"/>
</Style>
</Custom:RadDatePicker.Resources>
</Custom:RadDatePicker>
Attached image of the properties that only my RadDatePicker takes when running the application ..
Provide component that is able to read and decode codes from image.
Universal barcode.
Make the gauges universal.
Universal combo box.
Add a setter for the AutoCompleteBox's SelectedItem property.
For example, to use different keys than the default arrow keys to switch from day -> month -> year in DatePicker
Enable drag and drop between cells of different rows in the DataGrid for UWP. Or a way we can develop it ourselfs.
Provide ability to control buffer size in order to load more items outside viewport.