Results 1 to 11 of 11

Thread: New controls in WPF 4

Threaded View

  1. #1

    Thread Starter
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    New controls in WPF 4

    Just noticed that there are a few new controls in WPF 4 (as of BETA 2) and just thought I would mention them in case others are not aware of them

    --- Calendar - glad that they added this as I've wanted to use one in my WPF app for ages!
    --- DataGrid - basically the WPF equivalent of the DataGridView in Winforms. A lot of people were unhappy that the DGV didnt exist in WPF so I guess this will keep them happy
    --- DatePicker - the same as the DateTimePicker in Winforms. This is essentially just the Calendar control that is mentioned above but with a dropdown / textbox attached to it. I'm not really sure why they provided the calendar part of the control as a separate control because I imagine this is what will be used in 99% of situations where you want to let a user select a date. Ah well.



    For more information on what is new in WPF 4, check out http://msdn.microsoft.com/en-us/libr...8(VS.100).aspx
    One nice thing is the new System.Windows.Shell namespace which has classes such as JumpList in it which lets you define and work with jumplists in Windows 7. Something that I cant find anywhere in Winforms in .NET 4... so I think its another thing to add to the list of reasons to use WPF
    Last edited by chris128; Nov 1st, 2009 at 08:04 AM.
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width