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
1 answer

Watermark Password box in windows 8 store app

I am building a cross platform app using MVVMCROSS. I have to use a watermark password box in my app. I tried using the excellent WinRT xaml toolkit but when i try to build the solution i get the error - "Error 40 Payload file…
Bitsian
  • 2,238
  • 5
  • 37
  • 72
0
votes
3 answers

Drawing a binary tree in WinRT

Basically, I want to display a binary tree in WinRT. I have an ObservableCollection which contains the values of the nodes. What do you think is the best way to start trying with?
Daniel
  • 318
  • 6
  • 20
0
votes
2 answers

Change the Foreground color of a TextBlock inside a ListView's DataTemplate when the item is selected

I'm building a Windows Store app with C#/XAML. I have a simple ListView bound to an ItemsSource. There's a DataTemplate which defines the structure of each item and that has a ContentControl and a TextBlock in it. I wish to change the Foreground…
krisdyson
  • 3,217
  • 7
  • 43
  • 86
0
votes
0 answers

Filtering ObservableCollection clears selection

I have a page PeopleView which consists of a GridView which displays a list of People. I wish to provide a way of adding a removing from the list of People through a popup user control. The UserControl also allows for searching of all users to add…
JFoulkes
  • 2,429
  • 1
  • 21
  • 24
0
votes
2 answers

Stop YouTube Video on Back Button of Windows Metro App 8.1

I have a page on which i am showing multiple youtube videos as webviews. When i play any video, then correspoding video starts playing. But When I click on the back button of the App i should be stop then but its running in background(can hear voice…
0
votes
1 answer

Get Notified BEFORE the Text in a Windows::UI::Xaml::Controls::TextBox Changes

Is there any way to get notified BEFORE the text in a Windows::UI::Xaml::Controls::TextBox changes (TextChanged and TextChangedEventHandler work great to get notified AFTER the text changes)? The functionality I am seeking would be loosely…
Carl
  • 301
  • 4
  • 13
0
votes
1 answer

How to set binding & dynamic values to dynamically line series chart with help WinRT XAML Toolkit?

UPDATE 1 I've found that binding in setter is not working in WinRT. So I got a helper class from this CodeProject article. So my binding will be like this. Should be work, but not working for me.
Farhan Ghumra
  • 15,180
  • 6
  • 50
  • 115
0
votes
1 answer

How to set axis margin in WinRT XAML Toolkit line chart?

Answer Finally I solved my answer with this. ((LineSeries)MyChart.Series[0]).IndependentAxis = new LinearAxis { Minimum = 1, …
Farhan Ghumra
  • 15,180
  • 6
  • 50
  • 115
0
votes
2 answers

How to eliminate displaying float values from WinRT XAML Toolkit chart if it is bound to integers?

I am using line chart from WinRT XAML Toolkit. Now my IndependentValueBinding is done from integer values from 1 to 5, but when it is displayed, it also shows floating values like 1.2, 1.4, 1.6, etc.... So how can I display only 1, 2, 3, 4 & 5 on…
Farhan Ghumra
  • 15,180
  • 6
  • 50
  • 115
0
votes
2 answers

WinRT XAML Toolkit BindableSelections not updating UI

Below is the xaml and c# code for handling selected items in my gridview. I am also using MVVM Light and everything is working, including me being able to see what's inside SelectedItems. However I when I attempt to clear the SelectedItems, my UI…
Gautam
  • 2,065
  • 1
  • 24
  • 24
-1
votes
1 answer

Hide x-Axis UWP Chart

Is there a simple way to hide the x-Axis of my chart? I would like to disable it using XAML. This is my current XAML code which displays the X and Y axes. I tried some solutions on stackoverflow but none of them worked for me.
stickfigure4
  • 185
  • 1
  • 4
  • 14
-1
votes
1 answer

Binding Data to UWP WinRT_XamlToolKit_Chart

I am trying to load a chart from a DataTemplate in a UWP program using the WinRT_XamlToolkit_Chart library. I am Binding the Chart Title and Data using the {Binding Property} syntax, but it is not loading the property as a data member of the chart…
Ignatius_Gim
  • 582
  • 2
  • 5
  • 21
-1
votes
1 answer

Is it possible to use WinRT XAML Toolkit with WPF?

I try to install using Visual Studio Package Manager Console and got this error: Install failed. Rolling back... Install-Package : Could not install package 'WinRTXamlToolkit.Controls.Gauge 1.6.1.3'. You are trying to install this package into…
mark yer
  • 403
  • 6
  • 12
-1
votes
1 answer

WinRT XAML Toolkit treeview exapander button functionality to heading items

I'am developing a windows store application, I have used WinRT XAML Toolkit tree view control for display hierarchical data. Tree view is populate and working correctly. But I need to do small change, in the treeview it has expander button. I need…
bhathiya.m
  • 215
  • 2
  • 12
-1
votes
1 answer

Editable metro calendar for winrt?

I did a business app on the Windows Phone 8 platform (XAML, C#), and used the microsoft.phone.toolkit to make an awesome calendar. Now I need to rewrite the app for the Surface (winrt) and there is no easy way to this as far as I have searched, I…
Arrie
  • 1,327
  • 5
  • 18
  • 39
1 2 3 4 5 6 7
8