This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use. Learn more
Visual studio home link
  • Sign in
  • Gallery
  • MSDN Library
  • Forums
Get started for free
Ask a question
Quick access
  • Forums home
  • Browse forums users
  • FAQ
Announcement: 1

Windows Presentation Foundation (WPF) announcement

  • Link
    WPF Team Blog
    djartsinc Tuesday, August 4, 2009 2:42 PM
    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

  • Remove From My Forums

Forums [ view all ]

Selected forums

Clear
Windows Presentation Foundation (WPF)
x
Filter : All threads
All threads
Answered
Unanswered
Proposed answers
General discussion

No replies
Helpful
Has code

All languages
Sort : Most recent post
  • Most recent post
  • Most recent thread
  • Total votes
  • Total replies
  • large check mark
    1 Votes

    Moving from Winforms to WPF

    .NET Framework
     > 
    Windows Presentation Foundation (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 ...
    Sticky | 0 Replies | 19587 Views | Created by Pete Laker - Monday, July 1, 2013 12:05 PM
  • large check mark
    4 Votes

    ANN: The New Iteration: How XAML Transforms the Collaboration Between Designers and Developers in WPF

    .NET Framework
     > 
    Windows Presentation Foundation (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
  • large check mark
    0 Votes

    FlowDocument to Rtf not saving font size or font weight

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    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 ...
    Unanswered | 0 Replies | 13 Views | Created by wiyosaya - 3 hours 48 minutes ago
  • large check mark
    0 Votes

    How to force a refresh of a WPF window?

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    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 ...
    Unanswered | 0 Replies | 21 Views | Created by Louis T Klauder - 4 hours 33 minutes ago
  • large check mark
    0 Votes

    How to identify data source for an ObjectDataProvider

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    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
  • large check mark
    0 Votes

    How do I create a combobox column in a DataGrid using a DataTable to Bind to the DataGrid?

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    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
  • large check mark
    0 Votes

    How to draw a line 90 degrees to another line?

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    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
  • large check mark
    0 Votes

    Wpf background task using thread

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    { 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
  • large check mark
    0 Votes

    How to perform followimg query in Linq

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    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
  • large check mark
    0 Votes

    Change Windows 10 Lockscreen image with wpf/service only works once

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    lockscreen its work fine. Please help on this. Thanks in advance
    Unanswered | 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
  • large check mark
    0 Votes

    Two eventtocommands referencing wrongly (Using mvvmlight and system.windows.interactivity)

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    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
  • large check mark
    3 Votes

    MVVM ListItem Double Click

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    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
  • large check mark
    0 Votes

    ScrollBar MaxPerpendicularDelta hardcoded to 150 pixels?

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    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 ...
    Discussion | 0 Replies | 20 Views | Created by wfowler1 - Friday, February 22, 2019 1:18 AM
  • large check mark
    0 Votes

    How to draw this shape?

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    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
  • large check mark
    1 Votes

    How to draw a line a streight line at run time, with seeing the track of the line?

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    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
  • large check mark
    8 Votes

    WPF Data Grid - How to hide the next column/row that is visible?

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    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
  • large check mark
    1 Votes

    Memory Allocation Issues (possible leak) in WPF application, using Pages and TabContol

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    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
  • large check mark
    0 Votes

    add button to richtextbox via codebehind

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    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
  • large check mark
    0 Votes

    richtextbox in datagrid does not convert urls to link

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    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
  • large check mark
    0 Votes

    Who will be announced as the next WPF Guru? Read more about February 2019 competition!!

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    What is TechNet Guru Competition? Each month the TechNet Wiki council organizes a contest of the best articles posted that month. ...
    Discussion | 0 Replies | 37 Views | Created by Visakh16 - Thursday, February 21, 2019 8:31 AM
  • large check mark
    2 Votes

    Tokens in Datagrid cells

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    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
  • large check mark
    0 Votes

    How could you make 3d models spin and do this in the correct orientation Any advice on how this could be done.

    .NET Framework
     > 
    Windows Presentation Foundation (WPF)
    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 ›
Announcement: 1

Windows Presentation Foundation (WPF) announcement

  • Link
    WPF Team Blog
    djartsinc Tuesday, August 4, 2009 2:42 PM
    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
  • Dev Centers
  • Windows
  • Office
  • More...
  • Related Sites
  • Visual Studio
  • Visual Studio Integrate
  • VSIP Program
  • Microsoft .NET
  • Microsoft Azure
  • Connect
  • Forums
  • Blog
  • Facebook
  • LinkedIn
  • Stack Overflow
  • Twitter
  • Visual Studio Events
  • YouTube
  • Developer Resources
  • Code samples
  • Documentation
  • Downloads
  • Products & extensions for Visual Studio
  • REST APIs
  • Testing tools for web developers
  • Videos and tutorials
  • Virtual Labs
United States (English)
  • © 2019 Microsoft
  • Terms of Use
  • Trademarks
  • Privacy Statement
  • Site Feedback