WPF not rendering on remote desktop

后端 未结 7 626
灰色年华
灰色年华 2021-01-18 07:18

I\'m having problems with the rendering of a WPF app over a remote desktop connection.

The applications chrome is rendering, but none of the content is coming throu

7条回答
  •  广开言路
    2021-01-18 08:02

    I just had this problem with the ribbonwindow not displaying correctly when testing for the first time via RDP - the transparent background was white, the close minimize/maximize buttons were missing, the rounded corners on the bottom of the window were square, and the top row of ribbon buttons were almost impossible to select.

    Turns out there was a simple fix for me. Right-click the RDP connection icon (I have it saved on my desktop), select "Edit", then the "experience" tab, and change "detect connection quality automatically" to "LAN (10 Mbps or higher)".

    This fixed it for me.

    Ade

提交回复
热议问题