I’ve my screen resolution set to 1024 x 768 pixels and the icon size is 32×32 and default icon spacing (not changed). how can I calculate possible number of desktop icons that can fit into that resolution?
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.
It’s a little more complex actually and should be:
You need to account for one more spacing which comes as the last “column” or “row”. The number of padding rows and columns will always be N+1 where N is the number of object rows and columns.
The parentheses are important for proper calculation (Divide is higher precedence than minus)
In your example then: