Top "Visibility" questions

Visibility is an attribute of an object.

Determine if a view is on screen - Android

I'm a little bit stuck with this one - first and foremost, the following link has been useful however I've …

android view scrollview visibility
Is there any way to set a private/protected static property using reflection classes?

I am trying to perform a backup/restore function for static properties of classes. I can get a list of …

php reflection visibility
How to set visibility expression in SSRS?

I am using SSRS 2008 with a tablix. I want to make one of my rows visible, when field value = 1 and …

tsql ssrs-2008 visibility ssrs-expression
Why does jQuery show/hide use display:none instead of visibility:hidden?

display:none means that the element isn't rendered as part of the DOM, so it's not loaded until the display …

javascript jquery visibility
Why doesn't setVisibility work after a view is animated?

Why doesn't the textView become invisible? Here is my layout xml: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:…

android animation rotation visibility rotateanimation
C#/.NET - WinForms - Instantiate a Form without showing it

I am changing the Visibility of a Form to false during the load event AND the form still shows itself. …

c# .net winforms events visibility
C++ -fvisibility=hidden -fvisibility-inlines-hidden

I have a question about the C++ visibility attribute. I have read http://gcc.gnu.org/wiki/Visibility and yet …

c++ linux visibility gnu dynamic-linking
Change style of all elements using getElementsByTagName()

I'm fairly new to javascript and have been unable to get this code to work and I am unsure were …

javascript styles visibility getelementsbytagname
Private constructor in Kotlin

In Java it's possible to hide a class' main constructor by making it private and then accessing it via a …

java constructor kotlin visibility
Changing Visibility in a StackPanel

I have a WPF StackPanel that looks like this: (some attributes removed that don't matter) <StackPanel HorizontalAlignment="Center" Name="…

wpf visibility stackpanel