private void OnViewModeChanged(object o, ChangedArgs args)
 {
     if (args.Current.Value == 0)
     {
         LayoutLeft();
         BrowserPosition.Set("left");
     }
     else
     {
         LayoutTop();
         BrowserPosition.Set("top");
     }
 }
 private void OnViewModeChanged(object o, ChangedArgs args)
 {
     //Hyena.Log.InformationFormat ("ListBrowser mode toggled, val = {0}", args.Current.Value);
     if (args.Current.Value == 0)
     {
         LayoutLeft();
         BrowserPosition.Set("left");
     }
     else
     {
         LayoutTop();
         BrowserPosition.Set("top");
     }
 }