Skip to main content

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.

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.


 


Reply