Search results for query: *

  1. G

    Visual Studio Team Explorer - show history of all branches?

    In Visual Studio 2019 Team Explorer is there a way to show all branches of a project simultaneously in the History View? The obvious way to do this would be to right-click the root project in the "Branches" view, then click "View history" for the root project. However the result of that is to...
  2. G

    Answered Team Explorer loses connection with git repository

    Once in a while my Team Explorer in VS 2019, after re-opening the project, has lost connection with the git repository. This means that the project is listed under Team Explorer but there are no options for Changes, Branches and so on. Right-clicking the project gives me the menu options...
  3. G

    DataGridView.Visible property stays false

    In this mature C# project the DataGridView.Visible property of a certain grid view remains false at all times. This is true even immediately after attempting to programmatically set the value to "true". DataGridView.Visible property is set initially "true" in Designer, and nothing in the...
Back
Top Bottom