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
1
vote
0 answers

How to open a xaml as a window while clicking on run button

Can anyone help me, i want to develop one window application in which it has to open an xaml files. (Similar look when we open in visual studio)
Rajan
  • 11
  • 3
1
vote
1 answer

UWP - WinRT xaml toolkit TreeView in Flyout, changes selection after flyout closes

I am currently trying to use WinRT xaml ToolKit TreeView component since it is not supported in UWP natively. TreeView is inside a button Flyout. When I press the button I want Flyout to appear so I can select an item from the tree. And I bind a…
ivke
  • 536
  • 8
  • 18
1
vote
1 answer

WinRT Xaml Toolkit Chart - Is there a maximum number of data points?

I am attempting to create a simple chart in a Windows 10 UWP app. This screenshot shows my problem. About half of my data points have been truncated :( Does anyone have any idea why this might be happening? Here's the code I used to generate the…
Shaun
  • 13
  • 4
1
vote
1 answer

How to set two-valued columns on UWP chart

I'm using winrt xaml toolkit column chart and i want to create a chart for degrees so i need to set min and max values for every name on the list and I couldn't find a way for that. Here's my code: Xaml:
Louay Sleman
  • 1,794
  • 2
  • 15
  • 39
1
vote
1 answer

Interval in WinRT Xaml Chart with UWP

This question is nothing new: Charts with LinearAxis use only integer numbers. A lot of answers suggest using Interval but if i have min value = 1 and max value = 100, with Interval = 1 the axis will have 100 numbers, too many numbers. What i want…
Dant
  • 89
  • 9
1
vote
1 answer

WinRT XAML Toolkit NumericUpDown Template

I am using WinRT XAML Toolkit in Windows Universal Application C#. I want to change distance between plus(+) and minus(-) buttons and increase size of both buttons. There are templates available for WPF but not for Universal app. Here is…
Beelal Ahmed
  • 51
  • 1
  • 8
1
vote
1 answer

WinrtXamlToolkit TreeView expand with single instead of double click

I am using the TreeView from the WinrtXamlToolkit. The default behavior of this control is to expand the nested items on double click of the header. The code responsible for this is here (TreeViewItem.cs line 1205). private void…
Corcus
  • 1,070
  • 7
  • 25
1
vote
1 answer

WinRTXamlToolkit.Controls TreeView - Remove Mouseover highlight

I'm using WinRTXamlToolkit and I'm currently trying to use the TreeView control. It works fine, but whenever I hold my mouse over it or select it, the item is highlighted. It covers the whole text and I would like to change the foreground/background…
Tyress
  • 3,573
  • 2
  • 22
  • 45
1
vote
2 answers

Recursively Add Items to a TreeView

I have a TreeView imported from WinRT.XamlToolKit that I'm trying to use in a Universal App. It's important to note, I understand there are similar questions, but some don't work either because they predate Universal Apps, or they don't accommodate…
TekGiant
  • 1,132
  • 3
  • 14
  • 29
1
vote
0 answers

WinRT XAML Toolkit TreeView focus event

I'm currently designing a menu panel with multiple templates using the WinRT-WAML-Toolkit. When I click on the content of a TreeViewItem, the element have the focus and the visual state "Selected" is active. The problem is that the TreeViewItem's…
Adam Paquette
  • 1,243
  • 1
  • 14
  • 28
1
vote
1 answer

Setting min/max/interval for Y axis in a WinRTXamlToolkit Chart

How do I set the minimum/maxium/interval on the y axis on the chart - ColumnSeries? I'm using the WinRTXamlToolkit.Controls.DataVisualization.Charting lib in a Windows 8.1 Store app. The chart works fine without, but if I attempt to set Minimum,…
1
vote
1 answer

Divide first row in the grid to four equal parts WPF

I used to draw something like tabcontrol in WizardPage control of extended WPF toolkit. Relevant xaml code:
Programmer
  • 371
  • 1
  • 8
  • 21
1
vote
1 answer

Customize Calendar Winrt Xaml Toolkit

I'm developing an Universal App for Win8.1, i've added the Winrt Xaml Toolkit dll but when i use Calendar control the strings of months appear only in English. Is there any way to change them? I'm going crazy :D PS: I've downloaded the source code…
1
vote
2 answers

UI frozen when updating pie-chart control

I'm using the chart controls from WinRTXAMLToolkit, to draw a pie chart. The chart is updated on the screen using the values from a few slider controls. When the sliders values are changed, I call in a function to calculate a formula (say compound…
1
vote
1 answer

How to rotate labels of WinRTXamlToolkit column chart?

I have the following XAML definition:
gotqn
  • 42,737
  • 46
  • 157
  • 243