As Here on the link is a nice docking application but I need something like Mac OSX dock, It Docks at a side without taking the screen, and when we need it it’s there.
Please tell me docking solution that does not take up the screen space.
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.
Here’s a shot in the dark, based on what I imagine you’re trying to achieve. I’m going to assume you’re running a Window based full trust local app. Trust probably won’t matter, just setting context.
There are three pieces to the solution I’m imagining:
The important thing about the dock is that it’s 5 pixels tall, which is unnoticeable at the bottom, and has a mouseover which raises it to full height. (You could also try setting an explicit height, I imagine that setting the height to NaN will have it measure against its children but I could be wrong).
Lastly, the structure of the items which make up the dock:
(After comment exchange)
If you’re looking to have it transparently sit over the desktop you’ll need to set it this way: