Whenever doing "isvisible = false" the whole page will be "IsVisible = false" instead of just the specific item im trying to hide, so is there any way to hide just a few "items/objects" instead of the whole page after a button is pressed?
Can I do something like giving the textcell i want to hide after a button is pressed an x:name="abc" and then refer to it in my .cs code with something like this abc.IsVisible = false;?
↧
Can I do "isVisible=false" on some items in a listview, but not all items, when a button is pressed?
↧