Set the Visibility of the CloseButton
23 Oct 2019 / 1 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
TileViewItem item1 = new TileViewItem();
item1.CloseButtonVisibility = System.Windows.Visibility.Visible;
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page