MyToolkit
MyToolkit copied to clipboard
MyToolkit for .NET
when i clone the repo and open SampleUwpApp with vs2015, it fails to build: ``` 1>------ Erstellen gestartet: Projekt: SampleUwpApp, Konfiguration: Debug x86 ------ 1>C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\8.2\Microsoft.Windows.UI.Xaml.Common.targets(264,5): Interner XAML-Fehler error...
Hi, I'm using DataGrid on Windows 10 core (raspberry) and get exceptions for each column. My code: ``` ``` > Error: BindingExpression path error: 'Header' property not found on 'Windows.Foundation.IReference`1'....
Hi, is there a way to increase datagrid header row height . thanks, nitesh
Hello, I use the DataGrid with some DataGridTextColumns and a DataGridTemplatedColumn that must contain a button allowing to navigate to another page. In code-behind, there is no problem. But when...
Visual state does not work when using MtPage but work with standard Page. In this example border is always but should be green or blue depending on screen size. ```...
Some day ago, it working good, but now can't play any video from Vevo.
Is it possible to set a hierarchical ordering in the datagrid? I would like to order several columns at the same time following a hierarchy. thanks in advnace for your...
Hello, I am using the exact code: ``` try { var url = await YouTube.GetVideoUriAsync( youTubeId, YouTubeQuality.Quality720P); player.Source = url.Uri; player.Play(); } catch (Exception exception) { // TODO show error...
This worked back in December when I was last using this library but now that I am trying to use it again I can't get it to work. I am...
SelectionMode just allows to do row selection single or multiple. I would like to select cells. Sorry, but I could not find it in the documentation. Thanks, Andres