Advertisement
sixlsix

open a button's flyout programatically

Aug 19th, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.14 KB | None | 0 0
  1. //programatically open a button's flyout
  2. //btnUser is the button that contains the flyout
  3.  
  4. //in codebehind
  5. btnUser.Flyout.ShowAt(btnUser);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement