Results 1 to 2 of 2

Thread: WPFisms: Tips, Tricks, and Changes from WinForms

Threaded View

  1. #2
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: WPF'isms: Things that can cause frustration please read

    UPDATE: Added a third part to my DataGrid/ListView tutorial, this third part focuses on extending the existing control we built in the first two parts so that it now uses TextBoxes to contain each of its items instead of just un-editable text. This way we can let the user edit the data by typing in to the item textboxes and it will automatically update our collection in the code-behind.
    Last edited by chris128; Jan 26th, 2009 at 07:31 PM.
    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