Crazy behavior when resizing the table columns of the LiveWatch window

Sysprogs forums Forums VisualGDB Crazy behavior when resizing the table columns of the LiveWatch window

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35091
    Timo Engelmann
    Participant

    Hi SysProgs-Team,

    in debugging mode the Live Watch window is a very nice tool – I love it!

    But I have a crazy behavior if I resize the columns.
    The change of a column size is not proportinal to my mouse cursor movement.
    Only the first column (Expression) works correct.
    A restart of VisualStudio brings no positive effect.
    I will attach a short screen video to show this behavior.

    Best regards Timo
     

    Attachments:
    You must be logged in to view attached files.
    #35093
    roujesky
    Participant

    I see the exact behavior!

     

    #35094
    support
    Keymaster

    Hi,

    Sorry about that. This comes from the workaround used by VisualGDB to automatically resize List View columns. It tries to dynamically recompute the width of the Expression column based on the others, and it sometimes collides with the native WPF logic for resizing the columns.

    Please try the latest VisualGDB 6.0 Beta 3. It defers the auto-resizing until you release the mouse button, so it should not interfere with the normal resizing and have this effect.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.