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
2 answers

How to make changes on LineChart

I tried below and it is not working.
MilkBottle
  • 4,242
  • 13
  • 64
  • 146
0
votes
1 answer

WinrtXamlToolkit TreeView ItemContainerStyleSelector not firing

I am using the TreeView control from the WinrtXamlToolkit in a uwp app. I want to apply a different style to some TreeViewItems depending on a conditon so I created a class, TreeViewItemStyleSelector which derives from StyleSelector and I override…
Corcus
  • 1,070
  • 7
  • 25
0
votes
1 answer

WinRT XAML Toolkit TreeView Save state

there is a way to save the state of a treeview (expanded and selected properties) in order to keep state during navigation and tombstone of application? I don't want to add such of information on itemsource since semantically are two different…
Stefano.net
  • 1,078
  • 1
  • 11
  • 25
0
votes
0 answers

Is there any way to lock multiple expanded items on TreeView?

I would like to force the TreeView control to expand only one item of the same level at once. The picture shows how a father, son and grand-son are spread: If the user would tap on the item with header Men's Singles Semi-Finals, the currently…
Eva FP
  • 775
  • 9
  • 24
0
votes
1 answer

Tint an Image Universal app

Is it possible to tint an image a certain color(Universal App)?. WinRTXamltoolkit sounds promising (ColorExtensions). There is zero documentation tho.
cablehead
  • 151
  • 2
  • 10
0
votes
1 answer

How can I plot recurring data on a datetime month axis in c#

I am working on a basic budgeting app for Windows in c#. I have an SQL table which stores a list of incomes and a table which stores expenses. In both cases the user selects whether this is a daily/weekly/monthly amount and a date for this…
0
votes
1 answer

How to use a custom Button instead of ExpanderButton

I've used the TreeView control for a project and it's been really useful for me! You've saved a lot of hard work, so I wanted to thank you in the first place :) I need to fill a TreeView using a custom UserControl which, among other fields, has a…
Eva FP
  • 775
  • 9
  • 24
0
votes
1 answer

Documentation or examples of WinRTXamlToolkit.UWP

I've just installed the package but I have no idea of how to use it. I'm retrieving errors so I'm wondering if I am doing something wrong :S Is there any documentation or examples or something? I've been searching around the GitHub but I've just…
Eva FP
  • 775
  • 9
  • 24
0
votes
1 answer

WinRT Toolkit Windows Phone 8.1 save video wth CameraCaptureControl

I'm pretty new on Windows Phone 8.1 development and what I'm currently trying is recording a video and store it on the Windows Phone. However, I don't have any idea how that can be done. I have some code excerpt below which is the code executed when…
S P
  • 4,615
  • 2
  • 18
  • 31
0
votes
2 answers

Winrt Xaml Toolkit bind to sub property of control

I'm doing a custom PieChart with the Winrt Xaml Toolkit and I'm having difficulty binding to a property of my main element. Here's the code:
Schrödinger's Box
  • 3,218
  • 1
  • 30
  • 51
0
votes
1 answer

Data binding in windows phone 8.1

Hy . I am new in windows phone app development. i want to know how to bind text box data with list box / rich text block which is on next page. I want to bind multiple text box with a single list box / rich text block. can any one help to give…
0
votes
1 answer

WinRT - ImageButton for transparent PNGs

I'm using XAML Toolkit ImageButton control to be able to create normal and pressed states for a button. Code is:
Muhammad Hassan
  • 1,037
  • 1
  • 8
  • 22
0
votes
1 answer

PieChart in WinRT XAML Toolkit

I am writing a Windows Phone Application (WinRT 8.1). I added a Piechart from WinRT XAML Toolkit having 6 items in it. The default PieChart has only 3 colors. So, I added 6 ResourceDictionaries in it. The index of this PieChart is in 6 colors but…
0
votes
2 answers

How do I take screenshot for Windows Phone 8.1 in WinRT?

I know how to do this in Silverlight but I can't find enough information on how to do this in WinRT. I read that WinRT XAML Toolkit may be able to help but the exact component, WinRT XAML Toolkit - Composition does not seem to be compatible with…
0
votes
0 answers

Windows App Certification Kit error "The binary WinRTXamlToolkit.dll is built in debug mode."

I ran Windows App Certification Kit for my Windows Store App and it failed due to following error. "The binary WinRTXamlToolkit.dll is built in debug mode." How do I get the DLL in release mode? I have used Nuget pakage manager to install [PM>…
SurenSaluka
  • 1,534
  • 3
  • 18
  • 36