X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7376079d095725be0fd5b1a105cbfecafc8b3576..d67c33888f65e236adedd65ffbd978607eadc9d5:/docs/latex/wx/propdlg.tex diff --git a/docs/latex/wx/propdlg.tex b/docs/latex/wx/propdlg.tex index 166b2fb570..72a41e449a 100644 --- a/docs/latex/wx/propdlg.tex +++ b/docs/latex/wx/propdlg.tex @@ -36,6 +36,11 @@ before calling Create. The dialogs sample shows this class being used with notebook and toolbook controllers (for Windows-style and Mac-style settings dialogs). +To make pages of the dialog scroll when the display is too small to fit the whole dialog, you can switch +layout adaptation on globally with \helpref{wxDialog::EnableLayoutAdaptation}{wxdialogenablelayoutadaptation} or +per dialog with \helpref{wxDialog::SetLayoutAdaptationMode}{wxdialogsetlayoutadaptationmode}. For more +about layout adaptation, see \helpref{Automatic scrolling dialogs}{autoscrollingdialogs}. + \wxheading{Derived from} \helpref{wxDialog}{wxdialog}\\