Re: <asp:BulletedList>

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Look at the margin and padding properties of the <UL> element. You can
set those by CSS, and twiddle with the whitespace around your list.

On 30 Jan, 16:05, "darrel" <notr...@xxxxxxxxxxx> wrote:
I'm using the <asp:BulletedList> control in a TemplateField in a GridView.
The extra height generated by this control increases the height of the
rest
of the row it's in. Is there a way around this?Wrap it in a DIV and set the DIV's style to 'overflow: scroll' and then give
it a specific height. That will create a scrollbar if the list is taller
than height of the div.

-Darrel

.



Relevant Pages

  • Re: Adding whitespace at the end of a div
    ... element such that there is effectively "enough whitespace at the end of this element to fill the height of this div". ... ie, so if I scroll the div all the way to the bottom, then the end of the text in that div will just be scrolling off the top. ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: overflow:auto (or scoll) and height:100%
    ... recompute the proper size of the div. ... scrolled by setting overflow: scroll. ... // Get the height computed by the table formatter for this cell in the ... which now overflows and produces scrollbars. ...
    (comp.infosystems.www.authoring.html)
  • Re: viewable coordinates of an element
    ... javascript and web design as a whole, ... Is there a way to like when i scroll the DIV to this element, ...
    (comp.lang.javascript)
  • Re: positioning div relative to window
    ... Fixed elements are supported by IE7 in strict mode, it acts like IE6 in quirks mode. ... And let them scroll the div element instead of the body. ... The comments are not processed by other browsers. ...
    (comp.lang.javascript)
  • Re: MaintainScrollPosition in masterpage + ajax
    ... javascript included in a div will not fire with an async postback. ... you should attach you scroll code to the PageRequestManagers beginrequest and endrequest events. ... I have a master page. ... Inside that updatePanel I have a tree. ...
    (microsoft.public.dotnet.framework.aspnet)