Labs-Windows icon indicating copy to clipboard operation
Labs-Windows copied to clipboard

A safe space to collaborate and engineer solutions from the prototyping stage all the way through polished finalized component for the Windows Community Toolkit.

Results 134 Labs-Windows issues
Sort by recently updated
recently updated
newest added

# Approved from Toolkit - https://github.com/CommunityToolkit/Labs-Windows/discussions/129 ## Problem Statement: THere are currently no controls in WinUI or the Toolkit that allows for creating consistent settings experiences that can be found...

experiment :test_tube:

### Describe the bug We spent quite a bit of time creating tools that will speed up the developer experience when creating samples. However, few will be able to use...

documentation :page_with_curl:
dev loop ➰

Not working locally, but want to get output from CI as well, think MSTest discovery is still broken by update from 1.0.3 to 1.1.2. Going to open issue.

### Describe the bug When used in a WinUI 3 in Desktop project, the Microsoft.UI.Xaml 2.7.0 dependency is picked up so the app is unable to load the correct version...

bug :bug:

This PR adds a right-to-left toggle so developers can test how their controls. ![rtl](https://user-images.githubusercontent.com/9866362/184327890-f4a1c3ef-a345-4b43-9422-bdc1554d007b.gif) @michael-hawker @Arlodotexe FlowDirection does not seem to be supported in Uno - however, when I try...

sample app 🖼

This PR adds a new SettingsExpander control that allows developers to group certain settings in a coherent UI. The SettingsExpander has a Header, Description, Icon and IsExpander property. SettingsExpanderItems can...

controls :control_knobs:

### Describe the bug The following projects need to be updated to use .NET 6: - [ ] WPF - [ ] Android - [ ] iOS - [ ]...

enhancement
dev loop ➰

### Describe the bug Here goes nothing. [In the CI](https://github.com/CommunityToolkit/Labs-Windows/runs/7550122176?check_suite_focus=true), we've hit ILT0005, and an out of memory error. Only WinUI 2 failed to build, and no app-affecting code was...

bug :bug:
CI/pipeline 🔬

# Background Using the [`GenerateAllSolution.ps1`](https://github.com/CommunityToolkit/Labs-Windows/blob/02a352f8034c977d7dc2fe7e7c50757f31395b43/GenerateAllSolution.ps1) script, we take a template of a solution file, dynamically add all sample projects to it, and spit out a working solution. # The problem...

enhancement
sample app 🖼
dev loop ➰

### Describe the proposed changes Right now, we're using a PowerShell + a templated version of our previous (Visual Studio generated) solution file. This is hard to extend and maintain....

enhancement
CI/pipeline 🔬
dev loop ➰