Windows Presentation Foundation (WPF) announcement
-
Link
Hi All,
For updates to WPF, see the team blog. Also many common questions about WPF can be answered be reading the team blog
http://blogs.msdn.com/jgoldb/default.aspx
-
3 VotesWPF with .NET Core
From .NET Core 3, Windows desktop application development is also supported. So we can also use .NET Core for WPF. Why using .NET Core for WPF? Refer to ...Sticky | 1 Replies | 2097 Views | Created by Charles He21 - Friday, August 30, 2019 7:02 AM | Last reply by Neo the 1 - Friday, September 27, 2019 10:18 AM -
1 VotesMoving from Winforms to WPF
Many questions on this forum are from people moving from WinForms to WPF. If this is you, please read this TechNet article - Moving from ... -
4 VotesANN: The New Iteration: How XAML Transforms the Collaboration Between Designers and Developers in WPF
I'm excited to announce the availability of a white paper that's been long in the making: The New Iteration: How XAML Transforms the Collaboration Between Designers and ...Sticky | 18 Replies | 66994 Views | Created by irhetoric - Friday, December 7, 2007 9:55 PM | Last reply by Thanigainathan - Monday, May 24, 2010 1:16 PM
-
2 VotesC# WPF- Changing label content automatically
Hello, Thanks for everything i fixed itUnanswered | 3 Replies | 73 Views | Created by hccezveci - 8 hours 31 minutes ago | Last reply by Simple Samples - 1 hour 45 minutes ago -
0 VotesHow Know when base window load what is state of focus?
Hello to all First of all I am from Iran and I Cant Speak English Very Good sorry for this. I have two windows and in first window i have button which has ... -
0 VotesWhy don't these two gridsplitters do anything?
Hi, I've just started learning WPF and have run into a problem. I don't understand why the two gridsplitters in the below code don't actually allow me to resize things. Could someone let me know ...Unanswered | 1 Replies | 58 Views | Created by Integrater - Friday, December 27, 2019 8:48 PM | Last reply by Viorel_ - 9 hours 49 minutes ago -
1 Votesbest data type to bind with DataGrid control
hi i want to know what is the best data type (Collection, List, ObservableCollection, Dictionary, ...) to bind to a DataGrid control that makes the ...Unanswered | 1 Replies | 48 Views | Created by essamce - 11 hours 56 minutes ago | Last reply by Peter Fleischer - 11 hours 1 minutes ago -
1 Votesinvoke a method when one of check boxes changed
hi i have some checkboxs and each of bounded to a property that implemented a INotifyPropertyChanged as follow: public class CollectOptions : ViewModelBase ...Answered | 4 Replies | 60 Views | Created by essamce - 13 hours 48 minutes ago | Last reply by essamce - 11 hours 34 minutes ago -
0 VotesObservableCollections and TreeView node visibility of sub items
I am trying to do this: Hide TreeView sub-nodes (not primary Items) inside a WPF TreeView object with the following constraints: 1. The items are a sub node in an ...Unanswered | 1 Replies | 50 Views | Created by WpfNoobie - Friday, December 27, 2019 8:36 PM | Last reply by Spaccabit - 14 hours 2 minutes ago -
1 VotesHow to construct a photo viewer similar to photo viewer app in Windows 10
HI, I ma looking to construct a photo viewer similar to photo viewer app in Windows 10 with left and right arrows over the edges of image. I am very bad at xaml ...Proposed | 2 Replies | 252 Views | Created by Harshabhat2901 - Sunday, December 15, 2019 8:47 AM | Last reply by Harshabhat2901 - 18 hours 59 minutes ago -
0 VotesTreeview.Items.Clear() method return null exception (e.NewValue==null) in SelectedItemChanged Event
https://i.stack.imgur.com/aISn8.png also in WPF I can get text of Item by below code: ``` private void ...Answered | 4 Replies | 80 Views | Created by RezaJJ - Friday, December 27, 2019 5:01 PM | Last reply by RezaJJ - Friday, December 27, 2019 10:27 PM -
0 VotesHow do can I convert my application to tablet PC?
I need to adapt a C# WPF application to tablet PC. I changed the layout, and it seems to look OK, but there are minor issues that I did not expect. E.g. - when I show a dialog it opens in the ... -
1 Votesadding a new method to ICommand
hi here is my helper class to use in different ViewModel classes in my project; public class MOpenFileDialog : ViewModelBase { #region ...Unanswered | 5 Replies | 551 Views | Created by essamce - Wednesday, December 25, 2019 2:16 PM | Last reply by 00000000-0000-0000-0000-000000000000 - Friday, December 27, 2019 6:16 PM -
0 VotesFileOpenDialog not accepting files in long paths
260 characters) using FileOpenDialog, it raises a "File not found" error even though the file exists. This is for building a feature in a offline enterprise ...Unanswered | 3 Replies | 146 Views | Created by NPydi - Monday, December 23, 2019 9:46 AM | Last reply by EckiS - Friday, December 27, 2019 12:15 PM -
1 VotesDisplay listbox items in console window in C#, WPF
I'm Using WPF Application. I'm trying to ADD List Box Items in Console Window using Console.Write Line(). In console window it can be display like this : [for eg: Items : xxxxxxx, xxxxxxx1, xxxxxxx2 ...Answered | 2 Replies | 74 Views | Created by Sahana M - Friday, December 27, 2019 6:36 AM | Last reply by Sahana M - Friday, December 27, 2019 9:38 AM -
0 VotesGet Text of Node(Item) Treeview in SelectedItemChange Event
Hello to all First of all I am from Iran and I Cant Speak English Very Good sorry for this. I made something like OpenFileDialog in ...Unanswered | 4 Replies | 191 Views | Created by RezaJJ - Wednesday, December 25, 2019 6:59 PM | Last reply by RezaJJ - Friday, December 27, 2019 9:32 AM -
0 VotesWhat is Microsoft's recommended way to do camera capture in a WPF Application?
Hi, What is the recommended way to display self video / camera capture video inside a WPF application? Is there a build in control that can be used? Or does one ...Unanswered | 3 Replies | 162 Views | Created by sanjay.raghani - Tuesday, December 24, 2019 8:51 PM | Last reply by Alex Li-MSFT - Friday, December 27, 2019 5:12 AM -
0 VotesWPF Drawing
How to draw a circle segment as below, it should rotate during run time to show the progress. It has to be in XAML in ...Unanswered | 1 Replies | 68 Views | Created by Azhagiri Rajkumar - Thursday, December 26, 2019 10:06 AM | Last reply by Alex Li-MSFT - Friday, December 27, 2019 1:52 AM -
0 VotesWPF Remove HighLight of a ListView Item
<Style x:Key="ListViewItemContainerStyle" TargetType="ListViewItem"> <Setter Property="FontFamily" Value="{ThemeResource ... -
0 VotesBind listbox item to another listbox in C#, WPF
I'm trying to bind a ListBox items to another listBox in different Form. when I click SAVE Button in 1st form it Saved in another Form of listbox. In 1st Form ListBox Take value from ...Answered | 4 Replies | 98 Views | Created by Sahana M - Thursday, December 26, 2019 4:59 AM | Last reply by Sahana M - Thursday, December 26, 2019 1:08 PM -
0 Votessome question about the ListView ?
Hello,I am a Chinese, My English is not well.I will try express my question clearly.I am wishing the man who can answer my question appear online。thank ...Unanswered | 1 Replies | 61 Views | Created by 龙三郎 - Thursday, December 26, 2019 8:06 AM | Last reply by Alex Li-MSFT - Thursday, December 26, 2019 10:00 AM -
0 VotesMinimized window location when ShowInTaskbar="False"
I created a new WPF application and added few new windows, for this windows applied ShowInTaskbar="False" WindowState="Minimized" ( these properties ...Answered | 1 Replies | 73 Views | Created by charyjagdeesh - Thursday, December 26, 2019 6:16 AM | Last reply by Alex Li-MSFT - Thursday, December 26, 2019 9:25 AM -
0 VotesWhat is the exact mean of ".Net 4.8 High DPI enhancements" in wpf?
https://docs.microsoft.com/en-us/dotnet/framework/whats-new/ Below issue's still ...Unanswered | 2 Replies | 144 Views | Created by kokokokrkrkr - Monday, December 23, 2019 6:08 AM | Last reply by kokokokrkrkr - Thursday, December 26, 2019 7:51 AM - Items 1 to 20 of 84838 Next ›
Windows Presentation Foundation (WPF) announcement
-
Link
Hi All,
For updates to WPF, see the team blog. Also many common questions about WPF can be answered be reading the team blog
http://blogs.msdn.com/jgoldb/default.aspx
