有没有办法配置 Visual Studio 2019 以在底部而不是顶部显示选项卡组标题(如在 VS2017 中)?

Is there a way to configure Visual Studio 2019 to display tab groups title on the bottom instead of top (as in VS2017)?

在 Visual Studio 2017 年,我有一些 windows 像输出、程序包管理器控制台、调用堆栈等,标题在底部:

在 VS2019 中也是这样:

问题:有没有办法配置 Visual Studio 2019 以在底部而不是顶部显示选项卡组标题(如在 VS2017 中)?

右键单击“输出”和“包管理器控制台”选项卡,然后selectDock。它应该 return 它们到底部的默认位置。