﻿<?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 - WebEssentials - IE11: WebListBox LayoutSetting ItemHeight problems</title><link>http://www.intersoftsolutions.com/Community/WebEssentials/IE11-WebListBox-LayoutSetting-ItemHeight-problems/</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>IE11: WebListBox LayoutSetting ItemHeight problems</title><link>http://www.intersoftsolutions.com/Community/WebEssentials/IE11-WebListBox-LayoutSetting-ItemHeight-problems/</link><pubDate>Wed, 16 Apr 2014 00:08:03 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Please forgive me for lack of understanding about the reported problem.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I created a simple sample based on the provided snippet code. When viewed in IE 11 browser, the page will look like following screenshot.&lt;/span&gt;&lt;/p&gt;&lt;img src="https://dm2301files.storage.live.com/y2pis80xKXhUQiciPev3JPGq1_KxdnFDqt33sNrvI_wJ8UgVaris43PRgeukCi3G477/WebListBoxOnIE11.jpg" style="height: 379px; width: 429px;" alt="WebListBox on IE 11" /&gt;&lt;blockquote&gt;...but in IE 11 I run into an issue where it comes to a point where he wont scale down the items below 37px.&lt;/blockquote&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Could you possibly give us a step-by-step guide that we can use to observe the reported problem? Or shows the detail of the problem in screenshot.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Please find my simple sample in the attachment. Should you have any difficulties to download the attachment, please download the sample from &lt;a href="https://onedrive.live.com/download?resid=A29317908CEA783A%21388" target="_blank"&gt;this&lt;/a&gt; link.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>IE11: WebListBox LayoutSetting ItemHeight problems</title><link>http://www.intersoftsolutions.com/Community/WebEssentials/IE11-WebListBox-LayoutSetting-ItemHeight-problems/</link><pubDate>Tue, 15 Apr 2014 04:48:39 GMT</pubDate><dc:creator>cebinger@axongmbh.de</dc:creator><description>&lt;p&gt;Hello there,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I'm using a WebListBox and sized the Items to "10". In Internet Explorer 9 or 10 its working as expected but in IE 11 I run into an issue where it comes to a point where he wont scale down the items below 37px.&lt;/p&gt;
&lt;p&gt;Here is the Code I'm using:&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebEssentials:WebListBox ID="ListBox_Abteilung" runat="server" Height="520px"
                                                                Width="100%" FrameStyle-BackColor="White" FrameStyle-BackColor2="White" ContentFrameStyle-BackColor="White"
                                                                ContentFrameStyle-BackColor2="White" ValueFieldDataMember="RessourceKey" TextFieldDataMember="Name"
                                                                DefaultStyleMode="Minimalist" RenderingMode="HTML5"&amp;gt;
                                                                &amp;lt;LayoutSettings ItemHeight="20" ScrollMode="Scroller" DisplayMode="Text"/&amp;gt;
                                                                &amp;lt;FrameStyle BackColor="White" BackColor2="255, 255, 255" BorderColor="#BFD6EF" BorderStyle="Solid"
                                                                    BorderWidth="1px" Font-Names="Segoe UI, Tahoma" Font-Size="9pt"&amp;gt;
                                                                &amp;lt;/FrameStyle&amp;gt;
                                                                &amp;lt;ContentFrameStyle BackColor="White" BackColor2="255, 255, 255"&amp;gt;
                                                                &amp;lt;/ContentFrameStyle&amp;gt;
                                                                &amp;lt;IndicatorStyle BackgroundImage="url(file" CustomRules="background-repeat:no-repeat;background-position:right center;position:absolute"
                                                                    Height="5px" Width="7px"&amp;gt;
                                                                &amp;lt;/IndicatorStyle&amp;gt;
                                                                &amp;lt;ItemStyle&amp;gt;
                                                                    &amp;lt;Normal BackColor="#EAF4FF" BackgroundImage="url(file" CustomRules="background-repeat:repeat-x;background-position:bottom"
                                                                        ForeColor="#1E395B" HorizontalAlign="Center"&amp;gt;
                                                                        &amp;lt;BorderSettings&amp;gt;
                                                                            &amp;lt;Bottom Color="191, 214, 239" Style="solid" Width="1px" /&amp;gt;
                                                                        &amp;lt;/BorderSettings&amp;gt;
                                                                    &amp;lt;/Normal&amp;gt;
                                                                    &amp;lt;Over BackColor="#FFFFFF" BackgroundImage="url(file" CustomRules="background-repeat:repeat-x;background-position:bottom"
                                                                        ForeColor="#1E395B" HorizontalAlign="Center"&amp;gt;
                                                                        &amp;lt;BorderSettings&amp;gt;
                                                                            &amp;lt;Bottom Color="191, 214, 239" Style="solid" Width="1px" /&amp;gt;
                                                                        &amp;lt;/BorderSettings&amp;gt;
                                                                    &amp;lt;/Over&amp;gt;
                                                                    &amp;lt;Active BackColor="#D1E6FF" BackgroundImage="url(file" CustomRules="background-repeat:repeat-x;background-position:bottom"
                                                                        ForeColor="#1E395B" HorizontalAlign="Center"&amp;gt;
                                                                        &amp;lt;BorderSettings&amp;gt;
                                                                            &amp;lt;Bottom Color="191, 214, 239" Style="solid" Width="1px" /&amp;gt;
                                                                        &amp;lt;/BorderSettings&amp;gt;
                                                                    &amp;lt;/Active&amp;gt;
                                                                &amp;lt;/ItemStyle&amp;gt;
                                                                &amp;lt;TopScrollerStyle CustomRules="padding:3px" Height="5px" HorizontalAlign="Center"&amp;gt;
                                                                &amp;lt;/TopScrollerStyle&amp;gt;
                                                                &amp;lt;BottomScrollerStyle CustomRules="padding:3px" Height="5px" HorizontalAlign="Center"&amp;gt;
                                                                &amp;lt;/BottomScrollerStyle&amp;gt;
                                                            &amp;lt;/ISWebEssentials:WebListBox&amp;gt;&lt;/pre&gt;
&lt;p&gt;Any advise here?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;</description></item></channel></rss>