Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Event's .Focused and .Unfocused not implementet to searchbar...?

$
0
0

I have Searchbars on my page and want to register the .Focused and the .Unfocused-events to the searchbars.

Unfortunately it seems, as the events are not fired by focus an unfocus the searchbars...

Do I missing something or are the events simply not yet implemented (I can register it without error-message (see code below), but they don't fire)?



If not yet implemented: will the events be implemented soon?

 SearchBarPLZOrt.Focused += (sender, e) =>
  {
     LVPLZOrt.IsVisible = true;
   };

SearchBarPLZOrt.Unfocused += (sender, e) =>
 {
     LVPLZOrt.IsVisible = false;
 };

Viewing all articles
Browse latest Browse all 58056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>