﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - Height of WebPane</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Height-of-WebPane/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Height of WebPane</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Height-of-WebPane/</link><pubDate>Wed, 30 Nov 2011 09:40:27 GMT</pubDate><dc:creator>bbucher</dc:creator><description>&lt;p&gt;Thank you! This worked for me.&lt;/p&gt;</description></item><item><title>Height of WebPane</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Height-of-WebPane/</link><pubDate>Tue, 29 Nov 2011 01:14:00 GMT</pubDate><dc:creator>hendrik</dc:creator><description>&lt;p&gt;Hi Beryl,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;FYI, WebPaneManager does not support &lt;span title="Spelling error - suggestions: HTML, XML, Hamel, Hamil, hotel, SGML, Hormel, STOL, Tamil, hotly, stimuli, xterm, homely, homily, stem, hostel, Hamill, Stael, dimly, stale, stall, steal, steel, stile, still, stole, stoma, stool, style, styli, Sahel, xterm's" class="spellmod"&gt;&lt;strong&gt;&lt;em&gt;&lt;span style="color: #ff0000"&gt;xhtml&lt;/span&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span title="" class="spellmod" hptip="Spelling error - suggestions: doc type, doc-type, Doctor, doctor, dictate, logotype, tintype, doctors, dactyl, Doctorow, dict, ductile, dictum, dicta, docked, ducted, duct, ducts, docketed, doctor's, dicta's, decode, decade, decamp, duct's, Teletype, teletype"&gt;&lt;strong&gt;&lt;em&gt;&lt;span style="color: #ff0000"&gt;doctype&lt;/span&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;. So, I think your issue occurs because you are using &lt;span title="" class="spellmod" hptip="Spelling error - suggestions: HTML, XML, Hamel, Hamil, hotel, SGML, Hormel, STOL, Tamil, hotly, stimuli, xterm, homely, homily, stem, hostel, Hamill, Stael, dimly, stale, stall, steal, steel, stile, still, stole, stoma, stool, style, styli, Sahel, xterm's"&gt;&lt;strong&gt;&lt;em&gt;&lt;span style="color: #ff0000"&gt;xhtml&lt;/span&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span title="Spelling error - suggestions: doc type, doc-type, Doctor, doctor, dictate, logotype, tintype, doctors, dactyl, Doctorow, dict, ductile, dictum, dicta, docked, ducted, duct, ducts, docketed, doctor's, dicta's, decode, decade, decamp, duct's, Teletype, teletype" class="spellmod"&gt;&lt;strong&gt;&lt;em&gt;&lt;span style="color: #ff0000"&gt;doctype&lt;/span&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;. Please ensure you used HTML &lt;span title="Spelling error - suggestions: compensated" class="spellmod"&gt;&lt;strong&gt;&lt;em&gt;&lt;span style="color: #ff0000"&gt;doctypeinstead&lt;/span&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt; of XHTML &lt;span title="" class="spellmod" hptip="Spelling error - suggestions: doc type, doc-type, Doctor, doctor, dictate, logotype, tintype, doctors, dactyl, Doctorow, dict, ductile, dictum, dicta, docked, ducted, duct, ducts, docketed, doctor's, dicta's, decode, decade, decamp, duct's, Teletype, teletype"&gt;&lt;strong&gt;&lt;em&gt;&lt;span style="color: #ff0000"&gt;doctype&lt;/span&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;. &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Hendrik&lt;/p&gt;</description></item><item><title>Height of WebPane</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Height-of-WebPane/</link><pubDate>Mon, 28 Nov 2011 08:46:59 GMT</pubDate><dc:creator>bbucher</dc:creator><description>&lt;p&gt;I have a WebPaneManager with a height of 506px (I'd rather have 100%, but apparently I can't get that to work at all).  I use a master page with the following settings:&lt;/p&gt;
&lt;p /&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&lt;/pre&gt;
&lt;p&gt; I have two panes: a list box on the left, and a content frame on the right.  I can't seem to get the content frame to fill the pane.  Any help would be greatly appreciated!&lt;/p&gt;
&lt;p&gt;Here's the code:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;    &amp;lt;ISWebDesktop:WebPaneManager ID="WebPaneManager1" runat="server" Height="506px" Width="100%" &amp;gt;
        &amp;lt;ImagesSettings SplitterGripBottom="SplitterDown.gif" SplitterGripLeft="SplitterLeft.gif"
            SplitterGripRight="SplitterRight.gif" SplitterGripTop="SplitterUp.gif" /&amp;gt;
        &amp;lt;ClientSideEvents OnBeforeResize="WebPaneManager1_OnAfterResize"&amp;gt;&amp;lt;/ClientSideEvents&amp;gt;
        &amp;lt;ImagesSettings SplitterGripLeft="SplitterLeft.gif" SplitterGripRight="SplitterRight.gif" 
            SplitterGripTop="SplitterUp.gif" SplitterGripBottom="SplitterDown.gif"&amp;gt;
        &amp;lt;/ImagesSettings&amp;gt;
        &amp;lt;FrameStyle BackColor="#E0E0E0" BorderColor="#404040" BorderStyle="Solid" BorderWidth="1px"
            ForeColor="White"&amp;gt;
            &amp;lt;Padding Bottom="4px" Left="4px" Right="4px" Top="4px" /&amp;gt;
            &amp;lt;Padding Top="4px" Left="4px" Right="4px" Bottom="4px"&amp;gt;&amp;lt;/Padding&amp;gt;
        &amp;lt;/FrameStyle&amp;gt;
        &amp;lt;RootGroupPane GroupType="VerticalTile" Name="RootGroup"&amp;gt;
            &amp;lt;Panes&amp;gt;
                &amp;lt;ISWebDesktop:WebPane AllowCollapse="Yes" ContentScrollable="False" Name="paneMenu"
                    Text="Menu" Width="Custom" WidthValue="190px" HeaderVisible="No" &amp;gt;
                    &amp;lt;ContentTemplate&amp;gt;
                        &amp;lt;div&amp;gt;
                        &amp;lt;ISWebDesktop:WebButton ID="wbNew" runat="server" Height="20px" 
                                AutoPostback="True" Text="Add New School" ViewStateMode="Enabled" Width="175px"&amp;gt;&amp;lt;/ISWebDesktop:WebButton&amp;gt;
                            &amp;lt;ISWebEssentials:WebListBox ID="wlbSchools" runat="server" Height="450px" Width="175px"
                                DefaultStyleMode="Natural" EnableKeyboardSupport="true" DataSourceID="SqlDataSchools"
                                TextFieldDataMember="SchoolName" ImageFieldDataMember="LogoName" ValueFieldDataMember="SchoolID"
                                ImageFieldFormatString="../schoollogos/{0}" AutoPostBack="false" 
                                SelectedIndex="0" AllowDefaultStyleMerging="false"
                                TargetURLFieldDataMember="SchoolTarget" &amp;gt;
                                &amp;lt;ItemImageStyle CssClass="schoolImageStyle" Overflow="Auto" OverflowX="Auto" OverflowY="Auto" VerticalAlign="Middle" HorizontalAlign="Right" 
                                    Margin-Bottom="5px" Margin-Top="5px"&amp;gt;
                                &amp;lt;/ItemImageStyle&amp;gt;
                                &amp;lt;ItemTextStyle Margin-Left="5px" Padding-Top="5px" Padding-Bottom="5px"&amp;gt;
                                    &amp;lt;Margin Left="5px"&amp;gt;&amp;lt;/Margin&amp;gt;
                                &amp;lt;/ItemTextStyle&amp;gt;
                                &amp;lt;ImagesSettings BottomScroller="../images/bottomscroller.png" TopScroller="../images/topscroller.png" /&amp;gt;
                                &amp;lt;LayoutSettings ItemHeight="80" ScrollMode="Scroller" DisplayMode="TextAndImage"
                                    ImagePosition="BelowText" DisplayActiveItemIndicator="true" ItemAlignment="Center" TargetWindow="paneContent" /&amp;gt;
                            &amp;lt;/ISWebEssentials:WebListBox&amp;gt;
                        &amp;lt;/div&amp;gt;
                    &amp;lt;/ContentTemplate&amp;gt;
                &amp;lt;/ISWebDesktop:WebPane&amp;gt;
                &amp;lt;ISWebDesktop:WebPane ContentMode="UseIFrame" ContentURL="Schools.aspx" 
                    HeaderVisible="No" Name="paneContent" Text="Pane 02" Height="Custom" HeightValue="460" ContentScrollable="False"&amp;gt;
                &amp;lt;/ISWebDesktop:WebPane&amp;gt;
            &amp;lt;/Panes&amp;gt;
        &amp;lt;/RootGroupPane&amp;gt;
    
    &amp;lt;/ISWebDesktop:WebPaneManager&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I've tried many combinations of Custom Height &amp; fill, and the content (which has a large web tab in it) still only takes up about 200 px in height.&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;
&lt;p&gt;Beryl&lt;/p&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;</description></item></channel></rss>