Top "Visibility" questions

Visibility is an attribute of an object.

Animate visibility of a view from gone to visible with animation

I have a view that is invisible by default(Just for the first time). Now I need to switch the …

android animation android-animation visibility
android setVisibility does not display if initially set to invisble

I have a glsurface occupying the full screen. At the click of a button I want another layout to appear (…

android layout visibility
How to apply -fvisibility option to symbols in static libraries?

I have a shared library project that is built from 4 static libraries (.a) and one object (.o) file. I am …

gcc visibility static-libraries
Get datagrid rows

How can I get the list of rows in the DataGrid? Not the bound items, but the DataGridRows list. I …

wpf datagrid visibility datagridrowheader
Call private methods and private properties from outside a class in PHP

I want to access private methods and variables from outside the classes in very rare specific cases. I've seen that …

php visibility introspection
Dojo Toggle Hide and Show Divs

I've done some searching and come up with a lot of mixed results for using Dojo to toggle divs showing …

toggle visibility dojo
Hide/show element with a boolean

I tend to have a lot of these in my code if(shouldElementBeVisible) $element.show() else $element.hide() Is there …

javascript jquery underscore.js visibility
Check if all children elements are hidden

I'm a bit stuck here with my script: Its a checkbox filtering all .notme images and hiding it's list items. …

jquery visibility
UIView hide children views when out of bounds

I have a view, lets say 100x100. And it has set of uiviews as subviews: let say 30x30 If a …

iphone uiview visibility
Why isn't CSS visibility working?

I added a "spoiler" class in CSS to use for, well, spoilers. Text is normally invisible but appears when the …

css visibility