CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ikantspelwurdz

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    13,556

    Re: Extending DataGrid columns

    I updated the project in a major way, and it sort of works, but I'm not happy with it yet.

    My new main window:

    <UserControl x:Class="DataGridTestBed.MainWindow"
    ...
  2. Replies
    1
    Views
    13,556

    Extending DataGrid columns

    I'm kind of new to WPF. I'm trying to write classes to extend DataGrid columns to make my life easier.

    Here's a sample mainwindow.xaml, containing two DataGrids. The one on top uses the new class,...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured