[CLOSED] Expanded combo box is cut off at the bottom

  1. #1

    [CLOSED] Expanded combo box is cut off at the bottom

    Is there some property that I can set on the combo box to limit its expansion hight, or somehow make it fit into the containing form panel? Please see attached screenshot.
    Click image for larger version. 

Name:	expanded_combobox_inside_winow.png 
Views:	100 
Size:	12.3 KB 
ID:	4633

    Thanks,
    Ivan
    Last edited by Daniil; Aug 15, 2012 at 10:28 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Quote Originally Posted by ivanp View Post
    Is there some property that I can set on the combo box to limit its expansion hight?
    Please set up
    <ListConfig runat="server" MaxHeight="100" />
    for the ComboBox.

    Quote Originally Posted by ivanp View Post
    or somehow make it fit into the containing form panel?
    I think it's possible, but can be rather difficult to implement.
  3. #3
    Quote Originally Posted by Daniil View Post
    Please set up
    <ListConfig runat="server" MaxHeight="100" />
    for the ComboBox.
    Thank you, Daniil. This is good enough for now.
  4. #4
    Hi,

    Quote Originally Posted by Daniil View Post
    Hi,



    Please set up
    <ListConfig runat="server" MaxHeight="100" />
    for the ComboBox.



    I think it's possible, but can be rather difficult to implement.
    How this would work on 1.x versions, since I don't have the ListConfig property?

    Thanks.
  5. #5
    Quote Originally Posted by extuser View Post
    How this would work on 1.x versions, since I don't have the ListConfig property?
    Please use a ComboBox's MaxHeight property.

Similar Threads

  1. [CLOSED] ComboBox Focus Expanded
    By jeybonnet in forum 1.x Legacy Premium Help
    Replies: 17
    Last Post: Jan 16, 2013, 3:04 PM
  2. [CLOSED] IE6 Combo box bottom border not rendered
    By musher in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 09, 2012, 9:57 AM
  3. [CLOSED] button expanded in IE7
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 29, 2011, 12:46 AM
  4. Combo always expanded
    By walle in forum 1.x Help
    Replies: 4
    Last Post: Nov 29, 2010, 12:46 PM
  5. [CLOSED] RowExpander | Currently Expanded Row
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: May 30, 2010, 12:22 PM

Tags for this Thread

Posting Permissions