WPF
Windows Presentation Foundation (WPF) is a UI framework released by Microsoft for rendering user interfaces in Windows-based applications.
Here are 5,285 public repositories matching this topic...
-
Updated
Jan 27, 2021 - C#
-
Updated
Jan 26, 2021 - C#
-
Updated
Aug 16, 2020 - C#
Add Missing XML Docs
Summary
Many API's are currently lacking XML docs or have invalid markup. As we begin to explore adding API documentation to the Prism Docs, we need to update the existing codebase with more complete XML docs so that these docs can be generated for the docs site.
HACKTOBERFEST UPDATE
Thank you for joining us for your Hacktoberfest contributions... Please take some time to familiari
-
Updated
Jan 29, 2021 - C#
-
Updated
Jan 27, 2021 - C#
-
Updated
Jan 29, 2021 - C#
-
Updated
Jan 29, 2021 - C#
It is currently a pain to use an OxyPlot.WinfowsForms.PlotView
with a transparent background: it throws if you set its BackColor
to transparent. To avoid this, it is necessary to set the ControlStyles.SupportsTransparentBackColor
style to true
on the PlotView
; however, Control.SetStyle
is protected, so consumers must resort to reflection or extending PlotView
to do so. This could be
Describe the bug
When a timed theme switch is delayed due to high GPU usage, the old monitoring module logged this incident.
The new module has been rewritten more efficiently and does not yet implement this behavior.
Expected behavior
The new GPU monitoring module logs the GPU usage once after the threshold has been surpassed with a message similar to the old module, e.g
-
Updated
Jan 15, 2021 - JavaScript
-
Updated
Jan 8, 2021 - C#
💻 Environment
Platform: Windows
OS Version: Windows 10
Toggl Version: 7.4.418
🐞 Actual behavior
When the "run app on Win login" feature is enabled the app will run when you log into windows but it will not be in focus. You will only be able to see it running ty the tray i
-
Updated
Jan 18, 2021 - C#
-
Updated
Jan 28, 2021 - C#
-
Updated
Jan 28, 2021 - C#
Created by Microsoft
Latest release about 2 months ago
- Repository
- dotnet/wpf
- Wikipedia
- Wikipedia
While this behavior might be useful for single selection comboboxes, it is an unexpected behavior, when you template the combobox items to achieve a multiselection behavior. Is it possible to disable the behavior that the selected item is removed from the available items list?