question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

x:Static and x:Array markup extensions

See original GitHub issue

Hi,

I realize x:Static and x:Array markup-extensions are not supported in UWP XAML. Is this on purpose? Can we please have these features implemented?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:13
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
MikeHillbergcommented, Apr 6, 2020

No, no x:Array. Another one I’ve wondered about is <x:List>, which in a c# app would create a List<T>.

2reactions
heartackercommented, Mar 30, 2023

Please support this please

Read more comments on GitHub >

github_iconTop Results From Across the Web

Consume XAML markup extensions - .NET MAUI
The x:Static markup extension is supported by the StaticExtension class. The class has a single property named Member of type string that you ......
Read more >
8 Very Useful Markup Extensions in .NET MAUI
The x:Array markup extension enables you to define an array in markup. Unlike other extensions, we won't see this one in braces.
Read more >
Markup Extensions - 2000 Things You Should Know About WPF
Some markup extensions are part of the extensions to XAML added for WPF (e.g. StaticResource). But some markup extensions are part of the...
Read more >
Xaml Markup Extension
x:Static markup extension. Static markup extensions are used for assigning the outside static property values to the xaml element properties.
Read more >
Exploring XAML Markup Extensions
Learn about the often-overlooked XAML extensibility resource, and how you can make custom markup extensions of your own.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found