Top "Show-hide" questions

show-hide is a user interface behavior used to visually indicate on and off states

WPF. How hide/show main window from another window

I have Two windows MainWindow and Login. The button which shows login located on mainWindow this.Hide(); Login li = new …

c# wpf show-hide
Make all opened document tabs visible

I would like to see all files or documents I've opened in Visual Studio. I do not want them to …

visual-studio file tabs document show-hide
show and hide elements based on data-* attribute

This seems like it should be trivial for JQuery to do, but this function is hiding the whole form... can …

jquery show-hide custom-data-attribute
jQuery .show() adds style="display:inline-block" to elements

I'm working on a site I inherited at work that shows donation progress using progress bars / labels. The majority of …

jquery css jquery-ui show-hide
JQuery: Hide anchor if href is empty

Been on this one for a while now. Basically, I need to check where a href on an anchor tag …

jquery hide show-hide
Show/Hide <select> dropdown, with jQuery, based on value

I'm trying to build a custom dropdownlist which show/hide a second set of dropdowns based on it's selection. I …

jquery select drop-down-menu option show-hide
jQuery and css: hide/show select options with a certain css class

In the html code I have select options like this: <option value="1" class="myclass5">Value1</option> …

jquery css show-hide html-select
Show/Hide different forms based on a option selected

I would like to know how to show/hide different forms based one form's selection. In the sample code below …

javascript forms show-hide
how to find a window's SW_SHOW/SW_HIDE status

I am trying to determine a window control's visibility that has been hidden or enabled with CWnd::ShowWindow(). (or ::ShowWindow(…

c++ winapi mfc show-hide
ListView hide or collapse selected group

How can I hide or collapse some group in ListView? I just add some items contactListView.Items.Add(new ISIMlistViewItem(…

c# winforms listview .net-3.5 show-hide