Set the Visibility of the CloseButton

28 May 20211 minute to read

You can set the visibility of the CloseButton by using the CloseButtonVisibility property through C# as below. Refer to the detailed sample

  • C#
  • TileViewItem item1 = new TileViewItem();
    
          item1.CloseButtonVisibility = System.Windows.Visibility.Visible;