I have a View that depending on the available screen space does not need to be visible. Is there an easy way to detect if it will fit on the screen properly?
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.
This sounds like a Job for having different layouts depending on screen size. If you set up your layout folders by screen size, you can specify different layouts for a small or a large screen:
etc.
See this blog post for reference