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

Post two images on Facebook with UWP Community Toolkit

Is there a way to post two images in a single post with UWP Community Toolkit?.
0
votes
1 answer

How to create Pagination with in XAML UWP Gridview

high i'd love to create a simple pagination, where gridview items flip left and right. i currently have the Gridview displaying items....... I,d like to be able to click or swipe next and see other items. see XAML code…
0
votes
1 answer

UWP Community Tookit, SlidableListView remove list item

I'm using UWP Community Toolkit's SlidableListItem control. I've some static list contents in the list view. Now in the UWP Community Toolkit sample app, I find only XAML of the control but not the code file where I can find the event handler of the…
Janshair Khan
  • 2,577
  • 4
  • 20
  • 44
-1
votes
0 answers

.wav format byte stream to IMFMediaSource

I am working on the Microsoft Media Foundation. Project: I am trying to read the byte stream and return it as IMFMediaSource. Sample Code: I implemented the code for the reading and returning media source as well. Implementation: // TODO: support…
-1
votes
1 answer

UWP Loop Fade Animation

I have a Pivot and its header template is a user control and I want to start a continuous Flashing ( Fade Out Fade In ) animation on it on a specific trigger and then also want to stop it on a specific trigger, while both of these triggers/events…
-1
votes
1 answer

PullToRefreshListView is deprecated and will be removed in a future major release

I'm planning to use PullToRefreshListView, but found it's deprecated and will be removed in a future major release. MS suggest to use the RefreshContainer available in the 1803 version of Windows. So questions comes: Not all windows are 1803 or…
Vincent
  • 3,124
  • 3
  • 21
  • 40
-1
votes
2 answers

ImageEx in ListView freezes UIThread

uwp-community-toolkit version2.2 I've got a couple of ImageEx element inside my listview which they are bind to urls. So when I launch my application it seems like UI thread is blocked by ImageEx. I cannot move app window, resize window, scroll…
Shahriar
  • 939
  • 1
  • 14
  • 36
-1
votes
1 answer

UWP Persian Calendar Date Picker

I'm Just Trying To Use a Persian Date Picker In UWP Application and Trying to Use CalendarIdentifier Attribute But It doesn't have Persian Calendar Property. Thanks If you Help me
behzad chhizari
  • 134
  • 1
  • 9
-2
votes
1 answer

StackOverflow Exception when notifying RelayCommand of CanExecuteChanged using CommunityToolkit.Mvvm

I'm implementing the CommunityToolkit.Mvvm framework on my WPF desktop application. I'm using the in-built RelayCommand with the 'CanExecute' coming from a navigation service helper class that I've written elsewhere. Very simply I want the Button…
benporter
  • 39
  • 5
-2
votes
1 answer

WinForms different WebView instances need to share same session

I am using latest Microsoft/WindowsCommunityToolkit WebView control in a winforms class. I am creating several WebView instances to navigate to different pages in same domain. But different WebView instances are not sharing same session. In every…
-2
votes
1 answer

UWP Community Toolkit

I added the UWP Community Toolkit to a project and am getting the following error while executing. Has anyone ever experienced this?
1 2 3
23
24