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
-
1 Votes
Moving 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 Votes
ANN: 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 | 62784 Views | Created by irhetoric - Friday, December 7, 2007 9:55 PM | Last reply by Thanigainathan - Monday, May 24, 2010 1:16 PM
-
0 Votes
FlowDocument to Rtf not saving font size or font weight
I have a flowdocument displayed in a flow document scroll viewer in my code that has a table with two columns. I have inserted a row in the tablerow group, then I add two table cells. This is a ... -
0 Votes
How to force a refresh of a WPF window?
1.0. Then with the magnification > 1.0 I reopen the data file so that everything is drawn again with the magnification specified as 1.0. That causes some of the plot to appear but ... -
0 Votes
How to identify data source for an ObjectDataProvider
I have an Enum named CalMonths in a module. I use the following XAML to use that ...Unanswered | 5 Replies | 81 Views | Created by SezMe - Wednesday, February 20, 2019 9:42 PM | Last reply by SezMe - 7 hours 44 minutes ago -
0 Votes
How do I create a combobox column in a DataGrid using a DataTable to Bind to the DataGrid?
I have a DataGrid in a UserControl. I am using a DataTable to create the data elements for the DataGrid then Bind the DataTable to the DataGrid's ItemsSource. I need one of the columns in ...Unanswered | 6 Replies | 65 Views | Created by Cassfutbol - Thursday, February 21, 2019 11:49 PM | Last reply by Cassfutbol - 8 hours 26 minutes ago -
0 Votes
How to draw a line 90 degrees to another line?
In my application I'm drawing a line using the code behind in runtime. I want to draw two lines at the border of the initial line with 90 degrees rotation. The ...Proposed | 3 Replies | 71 Views | Created by Mahdieh Taghvar - Tuesday, February 19, 2019 11:00 PM | Last reply by Mahdieh Taghvar - 12 hours 4 minutes ago -
0 Votes
Wpf background task using thread
{ aboutBox.Close(); })); if (_t != null && _t.IsAlive) _t.Abort(); }; ThreadStart strVrfyDst = delegate { ...Unanswered | 1 Replies | 55 Views | Created by Barbacan - 19 hours 49 minutes ago | Last reply by Andy ONeill - 15 hours 16 minutes ago -
0 Votes
How to perform followimg query in Linq
u.CourseID == CourseID && u.SemID == SemID && u.SubjectID == SubjectID); return scoreCard.GroupBy(u => u.UserID).OrderByDescending(g => g.Average(u => u.ScoredMarks / ...Unanswered | 1 Replies | 41 Views | Created by ArfatM - 21 hours 32 minutes ago | Last reply by Yong Lu - 18 hours 25 minutes ago -
0 Votes
Change Windows 10 Lockscreen image with wpf/service only works once
lockscreen its work fine. Please help on this. Thanks in advanceUnanswered | 2 Replies | 127 Views | Created by Karthik JM - Thursday, February 14, 2019 11:05 AM | Last reply by Karthik JM - 18 hours 41 minutes ago -
0 Votes
Two eventtocommands referencing wrongly (Using mvvmlight and system.windows.interactivity)
At the moment while using MVVM I have 2 different comboboxes that require the event "SelectionChanged" to be used to trigger different commands that are defined in 2 different viewmodels for ...Unanswered | 1 Replies | 50 Views | Created by Linsel - Thursday, February 21, 2019 6:45 AM | Last reply by Yong Lu - 22 hours 6 minutes ago -
3 Votes
MVVM ListItem Double Click
Hi, I'm wanting to double click a List View Item and open a new window. My List View uses a GridView to display its data. I followed the MVVM solution given on ...Answered | 3 Replies | 61 Views | Created by BellaCLM - Thursday, February 21, 2019 2:54 PM | Last reply by Yong Lu - Friday, February 22, 2019 1:44 AM -
0 Votes
ScrollBar MaxPerpendicularDelta hardcoded to 150 pixels?
In most Windows applications there is a concept of a "hotspot" while dragging the thumb of a scrollbar. If your mouse cursor travels out of this area, the thumb will stop moving and will ... -
0 Votes
How to draw this shape?
Currently, I have a WPF/MVVM/Prism application that uses a series of images to present the user with a wait indicator. There is an existing View that contains an Image control. The Source of the Image ...Proposed | 6 Replies | 174 Views | Created by Richard.Haggard - Friday, February 15, 2019 11:08 PM | Last reply by Andy ONeill - Thursday, February 21, 2019 7:53 PM -
1 Votes
How to draw a line a streight line at run time, with seeing the track of the line?
Is there any way to draw a straight line with mouse actions, and see the line while moving the mouse? Here's my ...Answered | 2 Replies | 72 Views | Created by Mahdieh Taghvar - Wednesday, February 20, 2019 5:16 PM | Last reply by Mahdieh Taghvar - Thursday, February 21, 2019 6:15 PM -
8 Votes
WPF Data Grid - How to hide the next column/row that is visible?
I'm using a WPF data grid to bind to an object (i.e. not a database). I have the horizontal alignment on Stretch. I currently have it within a Border, which is within a ...Answered | 26 Replies | 25225 Views | Created by callagga - Wednesday, September 29, 2010 9:39 AM | Last reply by anhund - Thursday, February 21, 2019 11:01 AM -
1 Votes
Memory Allocation Issues (possible leak) in WPF application, using Pages and TabContol
Disclaimer: I'm having huge issue with memory managment, within my application. They have poped up first in May, 2018, but thanks to various articles on MSDN and here, SO, ...Answered | 4 Replies | 118 Views | Created by Vanghern - Tuesday, February 19, 2019 2:11 PM | Last reply by Vanghern - Thursday, February 21, 2019 10:12 AM -
0 Votes
add button to richtextbox via codebehind
Hi, is it possible to add a (clickable) button into text contained in a textbox via codebehind via replace? original text: Click http:someurl ...Unanswered | 6 Replies | 496 Views | Created by ElPazzo - Tuesday, February 12, 2019 9:53 AM | Last reply by ElPazzo - Thursday, February 21, 2019 9:39 AM -
0 Votes
richtextbox in datagrid does not convert urls to link
Hi, If I manipulate content of richtextbox via codebehind and replace text with an URL the url does not get set to proper link. Is there a command I ...Proposed | 5 Replies | 172 Views | Created by ElPazzo - Tuesday, February 12, 2019 9:49 AM | Last reply by ElPazzo - Thursday, February 21, 2019 9:33 AM -
0 Votes
Who will be announced as the next WPF Guru? Read more about February 2019 competition!!
What is TechNet Guru Competition? Each month the TechNet Wiki council organizes a contest of the best articles posted that month. ... -
2 Votes
Tokens in Datagrid cells
Hi, Is it possible to get tokens into cells of a datagrid? I get some text from SQLite tables and they contain tags. These tags are important for the string ...Unanswered | 7 Replies | 206 Views | Created by ElPazzo - Tuesday, February 5, 2019 3:44 PM | Last reply by Yong Lu - Thursday, February 21, 2019 2:26 AM -
0 Votes
How could you make 3d models spin and do this in the correct orientation Any advice on how this could be done.
I need to use C# and Xaml in visual studio. Anyone know how this would be possible.Unanswered | 1 Replies | 62 Views | Created by Arash797 - Wednesday, February 20, 2019 3:52 PM | Last reply by Yong Lu - Thursday, February 21, 2019 1:50 AM - Items 1 to 20 of 83919 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