Questions tagged [winrt-xaml-toolkit]

WinRT XAML Toolkit is an open source library with controls, extensions and helper classes for Windows Store applications utilizing Windows Runtime XAML.

WinRT XAML Toolkit is an open source library with controls, extensions and helper classes for Windows Store applications utilizing Windows Runtime XAML.

Features

  • attached behaviors
  • Controls
  • Converters
  • Extension methods
  • Imaging helpers
  • IO helpers
  • visual tree helpers
  • AwaitableUI

See also

120 questions
0
votes
0 answers

winRT Data Visualization: Getting memory exception after adding source code in my app project

After adding reference of winRT xaml data visualization source code in my universal app. when chart plotting with multiple series and large number of data points. app starts crashing and reporting low memory exception. see the image Please guide.…
0
votes
1 answer

How to change axis foreground?

How to change x and y axis's black text color? I have tried changing every black color in every xaml file in WinRTXamlToolkit.Controls.DataVisualization namespace. Any suggestion is highly appreciated.
lbrahim
  • 3,710
  • 12
  • 57
  • 95
0
votes
1 answer

Failure in the attempt to get WinRT Toolkit Data Visualization tools to the Visual Studio Toolbox

I installed WinRTXamlToolkit.Controls.DataVisualization.dll using Nuget packages in a blank Windows Phone App but when I tried to open the tools of the dll using toolbox I get the following error. (happens when I browse and select the dll) "There…
0
votes
1 answer

Interval greater then 10 not accepting by chart

in my windows phone universal app i am trying to add scatter series on y axis. i am dynamically adding series on chart and then setting scale with the Minimum,Maximum, and Interval. In some of the cases when interval become greater then 10 chart…
SUNIL JOSHI
  • 192
  • 1
  • 12
0
votes
1 answer

WinRT XAML Toolkit Charting: Hide legend without clipping?

I'm using the WinRT XAML Toolkit v1.6.1.3. I have a very small graph that fits on a GridView tile and the legend takes up room that I'd rather give to the graph: Setting the LegendStyle's Visibility to Collapsed doesn't do anything. I have read…
josh2112
  • 829
  • 6
  • 22
0
votes
1 answer

WinRT XAML toolkit Line series not working on Windows Phone 8.1

I want to show a Line Series using WinRT XAML toolkit for Windows Phone 8.1 I have the following code but nothing appears on the screen:(I am using MVVM Light for implementing MVVM) Website.xaml
Sridhar
  • 837
  • 1
  • 10
  • 21
0
votes
1 answer

WinRT XAML Toolkit - Numeric Up Down - Set size of change

I want to set size of change after use one from two buttons connected with NumericUpDown control. I have something like this: In WPF's…
0
votes
1 answer

Giving a custom color to a Toggle Switch when it is on mode in xaml?

I want to give a different color to my Toggle Switch when it is On mode.I was going through the Standard Style but couldn't find anything which i am looking for.
Pranav Mahajan
  • 2,048
  • 2
  • 23
  • 36
0
votes
1 answer

How to set Back Button color Black when our page background is White in xaml?

I am Building a xaml Basic Page which has the Default back Button color black but when i am giving page background White then Border of my button is disappearing.I want the one which was the default with page background white.Any Help?
Pranav Mahajan
  • 2,048
  • 2
  • 23
  • 36
0
votes
1 answer

Dynamic loading on text in FlipView with Next and Previous

Problem: I have more than 10,000 records in database, if first 50 records are showing in gridview and user clicked in 40th record and 40th record get displayed in flipview, than how can we dynamically load (record number 39,38,37.. soon ) using…
Ck.Nitin
  • 161
  • 1
  • 6
0
votes
1 answer

How to clear break point error on windows phone using WinRTXamlToolkit.Controls.Calendar

HI all I am developing a calendar application for windows phone and I am decided to use WinRTXamlToolkit.Controls.Calendar,and I just opened a new project and add WinRTXamlToolkit.Controls.Calendar reference then create calendar in xaml,That is it…
0
votes
1 answer

Winrt Xaml Toolkit does not allow me to add new controls

I'd like to add the imagebutton control to my windows store app, however when I install the Winrt Xaml Toolkit using NuGet it does not allow me (using the intellisense) to add any new controls. All I'd like to do is be able to specify an image for…
Zev
  • 165
  • 12
0
votes
1 answer

Use WinRTXamlToolkit.Controls.AlternativePage

I am trying to use the alternative page. I have the same problem with WinRTXamlToolkit.Controls.AlternativePage. I add a AppShell : UserControl to my project but i can't navigate to the page. What else i must do?
0
votes
1 answer

WinRT XAML Toolkit LineSeries Is it possible to change Style of only one line in the series?

I have a line series chart with several lines in the series. Is it possible for me to change one of the lines to a dashed line with a different thickness and leave the others as is? Any and all guidance appreciated. Thanks in advance.
0
votes
1 answer

Windows Runtime WinRTXamlToolkit AlternativeFrame Navigate Method doesn't work (hangs)

I am currently using the WinRTXamlToolkit's AlternativeFrame control to display multiple pages in a popup, for setting up the ability to post something to reddit. My current problem is that the navigate method for the AlternativeFrame does not…