Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

QLPreviewPanel.Resize

Resizes the panel.

Component Version macOS Windows Linux Server iOS SDK
QuickLook 4.3 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "QLPreviewPanel.Resize"; Width; Height { ; NoAnimation; Duration } )   More

Parameters

Parameter Description Example Flags
Width The new width of the panel. 600
Height The new height of the panel. 500
NoAnimation Whether to avoid animation. Pass 1 to disable animation. Default is 0 to allow animation. 0 Optional
Duration Only for Mac: the duration. Can be a value between 0.1 and 5.0. 0.5 Optional

Result

Returns OK or error.

Description

Resizes the panel.

See also

Blog Entries

Created 18th August 2014, last changed 12nd July 2015


QLPreviewPanel.Move - QLPreviewPanel.SavedFiles

Feedback: Report problem or ask question.