Project

General

Profile

Scrollable WDialog

Added by Saif Rehman over 8 years ago

Hi,

Is it possible to make WDialog scrollable similar to how Bootstrap 3's dialogs are scrollable? If I show a WDialog with height greater than screen height, it becomes unusable.


Replies (2)

RE: Scrollable WDialog - Added by Koen Deforche over 8 years ago

Certainly. You can set a maximum size or fixed size on the dialog and put overflow auto on the contents container (as bootstrap does).

RE: Scrollable WDialog - Added by Saif Rehman over 8 years ago

Thanks I'll do that, however, bootstrap 3 uses a different technique to implement the scrolling I guess, since the main window scrollbar is used to scroll the dialog

    (1-2/2)