IE11: WebListBox LayoutSetting ItemHeight problems

1 reply. Last post: April 16, 2014 12:09 AM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Hello there,


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.

Here is the Code I'm using:

<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">
                                                                <LayoutSettings ItemHeight="20" ScrollMode="Scroller" DisplayMode="Text"/>
                                                                <FrameStyle BackColor="White" BackColor2="255, 255, 255" BorderColor="#BFD6EF" BorderStyle="Solid"
                                                                    BorderWidth="1px" Font-Names="Segoe UI, Tahoma" Font-Size="9pt">
                                                                </FrameStyle>
                                                                <ContentFrameStyle BackColor="White" BackColor2="255, 255, 255">
                                                                </ContentFrameStyle>
                                                                <IndicatorStyle BackgroundImage="url(file" CustomRules="background-repeat:no-repeat;background-position:right center;position:absolute"
                                                                    Height="5px" Width="7px">
                                                                </IndicatorStyle>
                                                                <ItemStyle>
                                                                    <Normal BackColor="#EAF4FF" BackgroundImage="url(file" CustomRules="background-repeat:repeat-x;background-position:bottom"
                                                                        ForeColor="#1E395B" HorizontalAlign="Center">
                                                                        <BorderSettings>
                                                                            <Bottom Color="191, 214, 239" Style="solid" Width="1px" />
                                                                        </BorderSettings>
                                                                    </Normal>
                                                                    <Over BackColor="#FFFFFF" BackgroundImage="url(file" CustomRules="background-repeat:repeat-x;background-position:bottom"
                                                                        ForeColor="#1E395B" HorizontalAlign="Center">
                                                                        <BorderSettings>
                                                                            <Bottom Color="191, 214, 239" Style="solid" Width="1px" />
                                                                        </BorderSettings>
                                                                    </Over>
                                                                    <Active BackColor="#D1E6FF" BackgroundImage="url(file" CustomRules="background-repeat:repeat-x;background-position:bottom"
                                                                        ForeColor="#1E395B" HorizontalAlign="Center">
                                                                        <BorderSettings>
                                                                            <Bottom Color="191, 214, 239" Style="solid" Width="1px" />
                                                                        </BorderSettings>
                                                                    </Active>
                                                                </ItemStyle>
                                                                <TopScrollerStyle CustomRules="padding:3px" Height="5px" HorizontalAlign="Center">
                                                                </TopScrollerStyle>
                                                                <BottomScrollerStyle CustomRules="padding:3px" Height="5px" HorizontalAlign="Center">
                                                                </BottomScrollerStyle>
                                                            </ISWebEssentials:WebListBox>

Any advise here?


regards

All times are GMT -5. The time now is 4:43 PM.
Previous Next