Skip to main content
Nintex Community Menu Bar

No scroll bars in K2 Designer for Visual Studio

  • December 14, 2018
  • 1 reply
  • 24 views

I've just had a new laptop with Windows 10 issued to me. Whilst I had no problem with the K2 Visual Studio add-in, I can now no longer see the horizointal and vertical scroll bars to navigate to a SmartObject method. Horizontally, it lops off halfway through the method column and vertically, only four methods are shown. So i cannot get down to anymore methods unless I use my arrow keys in conjunction with the properties pane.

 

Really irritating.

 

My monitors, are all set up for 100% font size as they were previously.

1 reply

Forum|alt.badge.img+15

Hi,


Try running the following commands in your Visual Studio Command Prompt:


 


devenv.exe /resetuserdata
devenv.exe /resetsettings
devenv.exe /setup


 


These will reset your Visual Studio environment. See if it helps.