Re: [mono-android] Checking to se if a FrameLayout is Visible

2012-03-28 Thread Jonathan Pryor
On Mar 28, 2012, at 8:17 AM, Nosh wrote: > How can i check if a FrameLayout is visible or invisible You can use the View.IsShown property [0] or see if View.WindowVisibility [1] is ViewStates.Visible [2]. - Jon [0] http://androidapi.xamarin.com/index.aspx?link=P%3aAndroid.Views.View.IsShown [1

[mono-android] Checking to se if a FrameLayout is Visible

2012-03-28 Thread Nosh
How can i check if a FrameLayout is visible or invisible -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Checking-to-se-if-a-FrameLayout-is-Visible-tp5600265p5600265.html Sent from the Mono for Android mailing list archive at Nabble.com. __