Search results for query: *

  • Users: Glenn
  • Order by date
  1. G

    Question Implement Undo button on bound textbox

    OK, thanks. Looks good and what I am looking for.
  2. G

    Question Implement Undo button on bound textbox

    I normally manually populate my forms fields and handle everything from there owing to years ago giving up owing to all the practical problems with bound Winform controls in all but the simplest scenarios. Thought I'd give it another shot. I have a grid populated with a datatable (not...
  3. G

    Stop Property Values being changed by scrolling (Visual Studio 2019)

    Yes, that would make it easier to avoid the problem. I will try to get into the habit of theat. Thanks.
  4. G

    Stop Property Values being changed by scrolling (Visual Studio 2019)

    Thanks, I can usually undo simple mistakes, but (for instance) if a property field with many options you can scroll through a bunch with on turn of the wheel, and how far back do I undo. Cancelling without saving will mean I have to give up all other changes I've made. This is not a critical...
  5. G

    Stop Property Values being changed by scrolling (Visual Studio 2019)

    Yes this is what I meant, thanks. I find myself (usually when working quickly) accidentally changing properties when I think I've selected the scroll band on the right and try to move up and down with the scroll wheel. Most I can easily reset, but the many obscure and unused ones I sometimes...
  6. G

    Stop Property Values being changed by scrolling (Visual Studio 2019)

    Is there an option to stop a property value being changed by scrolling once you have selected a propterty field (VS 2019)? Thanks.
Back
Top Bottom