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

Search:

Type: Posts; User: Woshiernog

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    3,127

    Re: DataGrid Column header height

    This is a more complete answer.

    private void Thumb_DragDelta(object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e)
    {
    double change = e.VerticalChange;...
  2. Replies
    3
    Views
    3,127

    Re: DataGrid Column header height

    So I've been unable to find anything on this for two days now and finally decided just go ahead and manually come up with a solution. First I added a thumb to the bottom of the header then I added a...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured