Skip to content

ResizeBehavior

The behavior when the control is resized.

Type

csharp
RoyalApps.Community.Rdp.WinForms.Configuration.Display.ResizeBehavior

Used By

Values

Scrollbars = 0

Keep the remote desktop size and show scroll bars if needed.

SmartSizing = 1

Scale the remote desktop to fit the control.

UpdateDesktopSize = 2

Update the active session display size without reconnecting.

SmartReconnect = 3

Reconnect and adapt the remote desktop size to the control.

Back to API index

MIT Licensed