-
## Description
VirtualList items can be (single or multi) selected similarly to those in ListBox or Grid, and provide appropriate ARIA semantics.
## Acceptance criteria
- [ ] API for setting enab…
-
Hi there! 👋
I'm trying to create a dynamic Select listbox.
But when the option value is a string (like uuid or something else), there is some JS crashing:
```
retrying...
Uncaught Could not find opt…
-
### Is your feature request related to a problem? Please describe.
When using ListBox with ItemPanel = StackPanel it's possible to use StackPanel's Spacing property for, well, adding spacing between …
-
### Is your feature request related to a problem? Please describe.
I've encountered an issue where Typescript says that providing a ReactNode type for the `title` property in the `AutocompleteSection…
-
### Use case
The DropdownMenu widget requires roles, ARIA properties, and expected keyboard support to meet accessibility compliance requirements outlined in the Web Content Accessibility Guideline…
-
Hey Tom
Will you add listboxes ?
-
System.IO.IOException: The specified file could not be encrypted.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalCopy(String sourceFileName,…
-
I have a simple ListBox to display the entities in my game, implemented with a combination of the code below.
```cpp
static int selected = -1;
ImGui::ListBox(
"",
&selected,
_GetEn…
-
> A listbox widget presents a list of options and allows a user to select one or more of them. A listbox that allows a single option to be chosen is a single-select listbox; one that allows multiple o…
-
### Description
```
public static async Task GetImage(string url,ImageType imageType)
{
var bitmapImage = new BitmapImage(new Uri(url,UriKind.Absolute));
return bitmapImage;
}
```
```
…