Groups | Blog | Home
all groups > dotnet faqs > june 2007 >

dotnet faqs : Visible Property automatically getting to false even i set to true ?


Mattias Sjögren
6/6/2007 5:46:25 PM
[quoted text, click to view]

Visible property of what?


Mattias

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Srini
6/7/2007 12:00:00 AM
Hi all,
Visible property automatically getting to false even i set to true..
what could be the problem. its often happening.


Thanks & Regards,
Srinivasan.K

Babu
6/15/2007 4:17:25 AM

Property of controls inherits from the container control also.

For E.g. If u have panel and a textbox inside a panel.... If the panel
is not visible and the textbox visible property is set to visible.... It
is not seen.... Since the container of textbox is not visible

So check for the container control visible property.

AddThis Social Bookmark Button