Questions tagged [windows-community-toolkit]

The UWP Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies developer tasks building [tag:uwp] apps for Windows 10.

The Windows Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies developer tasks building apps for Windows 10. The controls and app services in the toolkit are an addition to what's available in the current Windows 10 SDK (and will be marked deprecated if/when they're added to the official SDK).

The available toolkit NuGet packages are listed on the project's GitHub page. There's also a UWP Community Toolkit demo app in the Windows Store showing how to use the controls and services, including copy-paste code snippets.

356 questions
0
votes
1 answer

Multible bindings to a header text.

I am using uwp community toolkits expander and I am having problems bindings multiple values to the header text. Is this even possible ?
Rudi
  • 239
  • 3
  • 13
0
votes
1 answer

Update custom control Width and Height property using AdaptiveTriggers

I try to find how I can update the Width and Height properties of my custom control. I have used the RadialProgressBar implementation found in UWP Community Toolkit pull request #828 for 1.5 milestone. I can set the Width and Height on the custom…
0
votes
1 answer

In process background tasks in UWP

In my UWP project l'm using in process background task. The task runs every 15 min by timer trigger in different cases: Case1: when application is running - in this case all works fine as expect. Case2: when application closed - nothing happened as…
0
votes
0 answers

FileNotFoundException with NotificationExtensions on Windows 10 Mobile

I have a problem with NuGet Package of NotificationExtensions because it is running fine on my local desktop computer and in the emulators, but when I deploy to a Windows 10 Mobile Device, I get a FileNotFoundException at runtime telling me that it…
0
votes
2 answers

Items not updating properly in UWP Community Toolkit's MasterDetailsView

I'm attempting to use the UWP Community Toolkit MasterDetailsView to provide an editing interface. However, I can't seem to get the individual items in it's listview to update their properties when I make a change. Here's a portion of the XAML that…
Devin Goble
  • 2,639
  • 4
  • 30
  • 44
0
votes
1 answer

How to add a drop shadow for SplitView.Pane

How to add a drop shadow for SplitView.Pane? I tried DropShadowPanel from the UWP Community Toolkit UI Controls and wrote something like this:
Zenas Chen
  • 471
  • 4
  • 14
0
votes
1 answer

UWP toolkit dropshadow disappear

I am using UWP toolkit's dropshadow. There is a gridview. Each item in gridview has it's own shadow panel. Items are resizing automatically on resize of gridview. The problem is that on some sizes the shadow just disappears. And when I resize again…
user3239349
  • 877
  • 1
  • 12
  • 33
0
votes
0 answers

UWP missing TextCompositionEventHandler

I need to listen for public event TextCompositionEventHandler TextInput; (WPF), in UWP App page, but seems is missing. Can anyone give an suggestion ? Bassically i need to catch a nfc card reader key, and check if key is valid and log in this user.…
Ion Caisîn
  • 108
  • 8
0
votes
1 answer

VS2017 doesn't give details for an exception, just crashed with null

I'm working on a UWP project and there's something funky going on with how errors are being presented to me. I don't know if it's VS2017 or how UWP is set up. I have a piece of code that goes online and retrieves json content, sometimes the code…
haosmark
  • 1,097
  • 2
  • 13
  • 27
0
votes
1 answer

System.TypeLoadException for DropShadow

Trying out the HeaderedTextBlock control in the UWP-Community-toolkit, I get 'System.TypeLoadException' occurred in Microsoft.Toolkit.Uwp.UI.Controls.dll Additional information: Could not find Windows Runtime type…
Acha Bill
  • 1,255
  • 1
  • 7
  • 20
0
votes
0 answers

Two IncrementalLoadingCollection on one viewmodel

I have Pivot with two PivotItems. On each PivotItem I have ListView with different ItemsSources. Fist ListView have this binding: Items = new IncrementalLoadingCollection(this, 5); public async Task>…
Dmitry
  • 1,095
  • 14
  • 21
0
votes
2 answers

UWP Community Tookit dynamic HamburgerMenuGlyphItem labels

I have implemented a Hamburger Menu using the community toolkit which started out nicely. I am now trying to add the ability to change the items in the menu. For example I want one of the OptionItems to display logged in status. If not logged in I…
BGTurner
  • 307
  • 3
  • 9
0
votes
1 answer

IncrementalLoadingCollection and ViewModel with custom constructor

I have ViewModel with injection through constructor (Prism). public class MainPageViewModel : ViewModelBase, IIncrementalSource { public async Task> GetPagedItemsAsync(int pageIndex, int pageSize, CancellationToken…
Dmitry
  • 1,095
  • 14
  • 21
0
votes
2 answers

Missing tab for ETW in Windows Device Portal

I am trying to see event logs using ETW(Event tracing for Windows) for app running in one of my Windows phone. I tried to open the Windows Device portal using the steps mentioned here…
Tulika
  • 625
  • 1
  • 8
  • 23
1 2 3
23
24