xaml
Here are 822 public repositories matching this topic...
Right now the Getting Started section in the README is a bit outdated.
People who are just getting started with this library are not likely to have all of the dependencies needed (latest version of VS, .NET Core
What steps will reproduce this issue?
I have headers set up like this:
<TabItem.Header>
<metro:Badged Badge="2">
<TextBlock Text="Not cropped header"
Foreground="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type metro:ContentControlEx}}, Path=(TextElement.Foreground)}"
FontSize="{Bi
This issue relates to the Singleton<T> type defined in Microsoft.Toolkit.Helpers.Singleton.cs.
I'm wondering whether having this type in the toolkit at all is a good idea, considering it can be fully replaced by only using built-in C# language features, which also result in a fas
Proposal: Add some public documentation/information on how language 'projection' works in WinRT
I know that WinRT components have interface definition files, which somehow enable the API for the component to be used by multiple languages e.g. C#, C++. However, I can find very little information on the finer details of how this works. I've heard rumours that the way this works might change with something called cswinrt, but it would still be useful to know the principles and some more details
I think documentation of DefaultValue for e.g. DoubleUpDown is missleading, or at least I expected it to be another function set (using 3.3) but didn't see any issue that matched.
Documentation:
DefaultValue | Gets or sets the value to use when the Value is null and an increment/decrement operation is performed. (Inherited from U
What would you like to be added:
Implement the TextBlock.MaxLines. It's not implemented yet:
https://github.com/unoplatform/uno/blob/4bd015b98029ae8c121a5ad9d36268742fb76b8e/src/Uno.UI/UI/Xaml/Documents/UIElementTextHelper.wasm.cs#L107_L110
Documentation:
https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.textblock.maxlines
Solution:
https://twitter.com/addyosmani/st
- Improve documentation on how to author templates.
- Add documentation on the packaging and distributing of WinTS compatible templates. This must also include differences from how dotnet-new works with template sources.
- Improve tools to help with testing and validating any created templates. Existing tests and tools are a start but these may need updating and revising to make them
Other iOS apps change their theme on the fly when the user changes the system wide theme but Bitwarden requires a full restart.
When the default theme is selected, the color palette should change from light to dark on the fly without requiring any other action from the user.
This page from Apple’s develo
Is your feature request related to a problem? Please describe.
I want to add a whole smb-server to the sidebar. Since the network address section isn't shown, I cannot view network addresses and therefore pin e.g. whole SMB-servers through right click to the sidebar. (e.g. such addresses: \\smb-server)
Describe the solution you'd like
Please enable us to pin the current path to t
-
Updated
May 26, 2020 - C#
Something like this.
public static class Extensions
{
public static async Task<INavigationResult> NavigateAsync(this Page page, string name)
{
var nav = page.Frame.GetNavigationService();
return await nav.NavigateAsync(name);
}
}
The DataGridBooleanColumn shows a box filled with an X (Unicode character U+2612, Ballot Box With X) for false values. In my opinion this is incorrect. I believe it should show an empty box (Unicode character U+2610, Ballot Box) instead.
-
Updated
May 29, 2020 - C#
It will scale down to the center of the monitor, and the cursor stays where you grabbed it, but AvalonStudio won't be at the cursor:
Expected
Platform
- Android
Author or host
Host
Version of SDK
1.2.6
Details
For the attached card json.
The button in the column set is cutoff on android

The same card on web


Repro Steps:
**Actual Re