Using a tab window and giving the shell a fixed size, how can I make the content – meaning the whole shell – scrollable, if there’s not enough space? Is this a setting of the shell, the tab host or the individual tabs?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use a
ScrolledCompositewhich contains you whole content. This way it will scroll if there is not enough room to display it.The following code should give you an idea on how it works:
Run it, decrease the window size and you will see the scroll bars.