Skip to content
#

WPF

Windows Presentation Foundation (WPF) is a UI framework released by Microsoft for rendering user interfaces in Windows-based applications.

Here are 4,606 public repositories matching this topic...

ScreenToGif
Blinxar
Blinxar commented Jun 23, 2017

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
Bug
Lucifer-Morning-Star
Lucifer-Morning-Star commented Dec 14, 2019

Instructions: replace text surrounded by '*' with your case, please delete this line.

How to reproduce?

Explain how we can get this issue, if you created a repo with the issue, please add the link, blank if you are submitting a suggestion or improvement

Extra notes

Explain what you expect, feedback, images or anything you consider necessary

I am using

Prism
thomasgalliker
thomasgalliker commented Mar 22, 2020

Summary

Xamarin.Forms 4.2 added the method 'InvokeOnMainThreadAsync' to it's static Xamarin.Forms.Device class. It's nothing more than a TaskCompletionSource trick in order to make BeginInvokeOnMainThread awaitable. Now, it would be wonderful to have InvokeOnMainThreadAsync either as part of IDeviceService or maybe even better as extension method of IDeviceService (as it does not really add a

Captura
WindowsCommunityToolkit
larslarsson
larslarsson commented Mar 6, 2020

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

maettu-this
maettu-this commented Feb 7, 2020

Improvement description related to the Text property

The Text property is of no use. Inheriting from UserControl instead of Control would fix this, i.e. hide it. Alternatively:

[Bindable(false)]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[EditorBrowsable(Edi
p4j4dyxcry
p4j4dyxcry commented Apr 23, 2019

What steps will reproduce this issue?

If a message box appears when you start dragging a file, mouse operations are disabled.

As a result of investigation, the cause that occurs seems to be due to two factors.

  1. Values are set to IDragIndo.Data and IDragInfo.Effects
  2. Delay the display of MessageBox

Problematic image

![error-image](https://user-images.githubuserconten

cairoshell
mathacka
mathacka commented Mar 19, 2020

I was trying to create a new shortcut simply by right clicking on the desktop, selecting "New -> Shortcut" then right clicking on the "New shortcut" icon and going to properties, when I get there the "Target" field is un-editable, "Open File Location" simply does nothing to improve the situation, and the "Start in" field is also un-editable.

![example](https://user-images.githubusercontent.com/

Created by Microsoft

Latest release 20 days ago

Repository
dotnet/wpf
Wikipedia
Wikipedia

Related Topics

windows
You can’t perform that action at this time.