PhilipRieck / WpfAppBar

WPF AppBar helper
133 stars 48 forks source link

Auto Hide #10

Open Korporal opened 9 years ago

Korporal commented 9 years ago

I've forked your repo in an effort to add auto hide support. I just cant get it to work. Ive tried ABM_SETAUTOHIDEBAR and ANM_SETATOHIDEBAREX, I do this right after your call to ABM_NEW.

There's very little written about this on the web, so its requiring trial and error, perhaps its because Im on Windows 10...

If you have any ideas or are able to get this working with your code, Id love to know.

PhilipRieck commented 9 years ago

This would be a nice addition. I haven't actually used autohide at all, but I'll see what I can run into.

aamir-munir commented 5 years ago

are you going to add this feature?

Korporal commented 5 years ago

@itcurves - Hi, its been a while since I looked at this but I did end up rewriting it completely - let me see what I can find, I may have released a nuget package even...

Korporal commented 5 years ago

@itcurves - Please take a look at:

https://www.nuget.org/packages/Canyonix.UI.Windows/

aamir-munir commented 5 years ago

@Korporal thank you for your reply but I have one more question. how can we make it resizable? like if it docks to the top I can change the height?

Thanks

Korporal commented 5 years ago

@itcurves

Please bear with me, I'll dust off the code this weekend if I get time and refresh my memory then I can answer your question.

aamir-munir commented 5 years ago

@Korporal I do have couple more questions if you do not mind like to connect with you for those. Thanks

Korporal commented 5 years ago

@itcurves - No problem feel free to ask anything.

aamir-munir commented 5 years ago

@Korporal did you ever look into this issue?