Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Maximize a Web part

  Asked By: Devin Hunter         Date: Sep 06, 2003      Category: Sharepoint      Views: 2041

I am trying to maximize a web part. When the maximize event is fired
(by overwriting CreateWebPartMenu() method), I am able to expand the
display area of the Web Part; however, I am not able to make the
other Web Parts in the same web zone invisible. Consequently, I can
only enlarge the Web Part, not maximize. Any suggestions?

I tried to set the [b]IsVisible[/b] property of the web part to false
to make the other web parts in the web zone to be invisible. It seems
it does not work.

Tagged:      

 

1 Answer Found

 
Answer #1       Answered By: Magnus Hansson          Answered On: Sep 26, 2011       

I have written a small article how to maximize web parts with jquery.
Have a look and hope that it can resolve your issue:
maghansson.blogspot.com/.../...-that-web-part.html

 
Didn't find what you were looking for? Find more on Maximize a Web part Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].