开发者

ASP.net control similar to auto-hide feature of Visual Studio toolbox

开发者 https://www.devze.com 2023-01-24 05:50 出处:网络
First off, 开发者_运维知识库I\'m sorry if the title doesn\'t explain this very well. I\'m looking for an asp.net control that works similarly to the Visual Studio toolbox\'s auto-hide. In other word

First off, 开发者_运维知识库I'm sorry if the title doesn't explain this very well.

I'm looking for an asp.net control that works similarly to the Visual Studio toolbox's auto-hide. In other words, when not needed, it can be "unpinned" and will slide off to the side of the screen. When needed, it can be opened and pinned to stay in place. I'd rather not do it myself using javascript if a (free) control already exists. Does anyone know of such a control? If not, has anyone implemented this type of functionality using a js library with good results? Any pointers?

Thanks in advance.


Edit:

The collapsiblePanel might work, I don't have any experience with it, but it's open source software from CodePlex.

I don't know of any free ASP.Net controls. But if you want to get it working using javascript you can do so with jQuery. This post on StackOverflow shows how to get the autohide feature working


We use Telerik's RadSplitter. It is exactly what you are looking for.

Unfortunately, it is not free. But it worths checking out since their licensing is very flexible.

Telerik RadSplitter

0

精彩评论

暂无评论...
验证码 换一张
取 消