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

How do I set the default content of UWP TabView, when there are no tabs present or selected?

When there are no tab items displayed, or none are selected, Microsoft.Toolkit.Uwp.UI.Controls.TabView displays a blank canvas. How can I modify this? TabView doesn't seem to have a Content Property? EDIT: looks like this is not…
compound eye
  • 1,898
  • 18
  • 23
1
vote
0 answers

UWP : Need to disable on-screen-keyboard on textbox click

UWP : Need to disable on-screen-keyboard on textbox click Because I need to Invoke third Party on-screen-keyboard. Tried Below Code....But I was not able to disable on-screen-keyboard. PreventKeyboardDisplayOnProgrammaticFocus="True" Both are…
1
vote
0 answers

Webview 5.11 presenting blank window from local intranet site, C# WPF

I'm trying to set a very simple WPF application that will only pull a local HTML page that is a live and functioning as expected, hosted in our work place. we have no internet connection within the LAN. I added succesfully WebView 5.11 (also tried…
wavestone
  • 79
  • 6
1
vote
1 answer

UWP TabView ItemTemplateSelector not working

I have a UWP page with a Pivot control, where ItemTemplateSelector is bounded to a DataTemplateSelector derived class. The code works as expected, and here is the XAML snippet
saifi
  • 35
  • 4
1
vote
1 answer

unable to set width height property of Teaching tip in UWP

Hi I am trying set width, the height of TeachingTip Class of UWP. But it is not working. Anyone know what is going on. That will help.
Dharmendra Singh
  • 149
  • 2
  • 11
1
vote
1 answer

UWP Community Toolkit DataGrid onecoreuap errors

I am using the Community Toolkit DataGrid (6.0.0 build 86) in a desktop application running with Windows 10 version 1903. I get loads of errors like…
1
vote
1 answer

What is the true minimum supported version of Windows 10 for hosting UWP controls in a WPF application using XAML Islands?

I will be working on a C#/WPF application for release in February 2020, and I would like it to have a modern user interface. The term "modern user interface" can be taken to mean a user interface that is made up of views (i.e. custom controls)…
Adam Goodwin
  • 3,951
  • 5
  • 28
  • 33
1
vote
1 answer

Is there a web.config equivalent for UWP App development?

In web development we have web.config where I can manually configure a few app settings for each client separately. Is there a similar thing for UWP apps [I am developing a Windows UWP app.]
kvishalv
  • 13
  • 2
1
vote
0 answers

WebView Object for scripting / Window.External

I am trying to port my winforms app from WebBrowser to WebViewCompatible (using v5.1.1 or the prerelease v6 if need be) but i cant figure out how to make calls to window.external reference a custom POCO object. In WebBrowser i just had to set…
Tim Hall
  • 1,420
  • 1
  • 11
  • 14
1
vote
0 answers

Xamarin Form - How to open documents in uwp desktop application

I want to open the documents like pdf, office , image, txt, rtf inside the uwp desktop application. is there any control in toolbox which open this type of documents ? :( thanks in advance :)
user11362349
1
vote
1 answer

How to automatically begin editing when adding a new row to a datagrid in uwp?

I have a community toolkit datagrid bound to an observable collection. I also have an "add" button bound to a command that adds a new element to the collection and thus adds a new row to the datagrid. Now I want to automatically start editing the…
Marcel Barc
  • 137
  • 1
  • 9
1
vote
0 answers

Is it possible to use PrintHelper of Windows Community Toolikt for printing a WebView?

I wan't to be able to print the content of a WebView in UWP thanks to Windows Community Toolkit. It seems possible as the sample for the toolkit says mentions a PrepareWebViewForPrintingAsync method: // Add controls that you want to…
TechWatching
  • 1,363
  • 1
  • 11
  • 23
1
vote
2 answers

ProgressRing is not showed during data loading

I have a ProgressRing that I need to show while a list is loaded into a DataGrid. When I run the app, the data is loaded, but ProgressRingisn't showed. What am I doing wrong? XAML:
user6571788
1
vote
0 answers

CertificateIsInvalid when trying to navigate to site with self signed certificate with WebView (Microsoft.Toolkit.Wpf.UI.Controls)

I want to display a site with a self signed certificate in WebView (Microsoft.Toolkit.Wpf.UI.Controls). I am using WPF on .net core 3. I have the cert in my root store. When I try to navigate to the site with WebView, it gives me the…
halllo
  • 858
  • 12
  • 25