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.

SmartReconnect = 2

Reconnect and adapt the remote desktop size to the control.

Back to API index

MIT Licensed