Tagged Questions
The collapsed tag has no wiki summary.
7
votes
9answers
16k views
Div collapse after float css
I have a div called NAV and inside of NAV I have an UL with 5 li which I float to the left, the li's that is but when I do that the NAV collapses. I know this because I put a border around NAV to see ...
5
votes
8answers
8k views
DIV collapsing!
I have a few nested divs:
<div id="wrapper">
<div id="header">
<!-- a bunch of float divs here -->
</div>
<div id="body">
<div id="content">
...
4
votes
1answer
228 views
Does Visibility = IsCollapsed skip the data-binding part?
If I set a StackPanel or what ever bound area I have as 'Collapsed', does the data load?
Will it trigger its Loaded event?
3
votes
2answers
1k views
jQuery expand/collapse hierarchical table row
I am looking for an efficient way to expand/collapse hierarchical table rows using jQuery. The problem is, that the expand and collapse functionality differs.
Initially, only rows with class level_0 ...
2
votes
1answer
361 views
ListView, ListViewItems and Virtualization
I have a problem with the UI virtualization of an ListView with hundreds of elements which items can expose an Visibility property.
Unfortunately the virtualization not recognizes the visibility ...
2
votes
1answer
1k views
XmlSchema Whitespace collapse: What happens to multiple whitespaces?
I use the following XmlSchema:
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.test.com/XmlValidation"
...
1
vote
2answers
672 views
Treeview prevent Node collapse (weird problem)
I have a .net 2.0 C# Project.
I have a Treeview with 2 Nodes, each of them has many child nodes.
When you click on a child node, a PDF is displayed in a webbrowser control depending on the properties ...
1
vote
2answers
18k views
jQuery plus/minus or expand/collapse on a list
Anyone want to have a crack at emulating what the BBC have done on their homepage boxed contents with the PLUS / MINUS icons showing/hiding elements in a list. http://www.bbc.co.uk/
I've tried to do ...
0
votes
0answers
78 views
WPF modeless UserControl
I have a user control class UT_HelpCenter:
public partial class UT_HelpCenter : UserControl
{
public UT_HelpCenter()
{
this.InitializeComponent();
}
I made its instance helpCenter ...
0
votes
1answer
121 views
JXTaskPane expanding when set collapsed on startup
I have a strange behavior happening with a JXTaskPane added to a JPanel.
The JXTaskPane has lists of multiple (expandable) sections of icons and then it is added to JXTaskPaneContainer.
The ...
0
votes
2answers
318 views
WPF ListView still reserving space when collapsed
I have a WPF ListView within a ScrollViewer.
I need to collapse the ListView and I am trying withthis code (pretty striaghtoforward):
this.myListView.Visibility = Visibility.Collapsed;
Problem is ...
0
votes
6answers
1k views
CSS margin-bottom collapsed - but why?
I have this simple xhtml:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html ...