hi everyone. i wanna ask second button_click event. i have grid on a window. when i click the button, i wanna grid to be visible and when i second clicked the button.i wanna grid to be hidden. like windows start menu. my codes are as follows. thanks in advance.
private void Topics_Click(object sender, RoutedEventArgs e)
{
TGrid.Visibility = Visibility.Hidden;
}