Resize Sidebar Gadget

Ok so I finally got my Windows Sidebar gadget exported and it works great. I have 1 problem. The gadget is collapsable. The problem is when its collapsed it still takes up all the space on the sidebar that it was using from when it was in full view. Is there a way to subtract from the real estate on the sidebar when it is collapsed? That will complete the gadget project. Thanks.

1,824 views 1 replies
Reply #1 Top

I have figured this one out on my own by building a container object and making the transparency 0. When the tabs are clicked it changes the size of the parent object and moves up the other objects to the correect size. Let me know if you would like the code.