Height of the scrollbar changes in AdvancedDataGrid

Hi Forum Members,
I am facing one issue with the length of the scrollbar of advanced datagrid in flex. I will explain you the scenario
- Advance datagrid has variable row heights. Each row can have different heights.
  - When the event Scroll Up is fired, I have to modify the itemrenderer's height of the advance datagrid. For this, I am looping through the FirstVisibleItem's itemrenderer, till the end.
The problem I face here is, the moment I set the height to first visible item renderer, the advance datagrid's scrollbar height is re calculated and the length of the scrollbar changes. The scrollbar length changes mainly because, itemrenderes' height are set starting from the first Visible item.
How can I loop through all the item rendrers of the advance datagrid ? I did not see any parameter to access the itemrenderer at Index 0. I tried reading the same, via the method indexToItemRenderer() it was returning null, when index 0 item is out of visible area.
Any help in this area would be appreciated
Thanks and Regards,
Nithin

You can use app builder to specify the banner height either as fixed size in pixels(between 1-1280pixels) or as a relative/percentage based size. If you defined as pixels, design your html/css to that exact size or 100% width/height if relative/percentage based size

Similar Messages

  • How to change the width and height of the visible part of the of the report

    I have define a report with paper size 'Letter', orientation 'landscape' and 30 columns. Dynamically I am changing width of columns and suppressing many columns of the report.
    Mostly using first 16-20 columns and others get suppressed.
    Now problem is that when navigating the report thru crystal viewer, a huge blank spaces getting display on right of the report. When we take jump to some part of report thru navigation tree, the whole report gets shifted to left and only blank part is visible and it is required to scroll left.
    Even printing is not working correctly.
    Is there any way to change the width and height of the visible part of the report in the viewer thru .net classes? Setting the width and height of the report in Load event handler doesn't help.  
    Example: CrystalReportViewer1.Width = 200; - is not helping.
    Is there any other solution?
    Please let me know.
    Thanks
    Mahesh Patel

    Hi Yogesh,
    Your suggestion 'reportDocument.PrintOptions.PaperSize=PaperSize.PaperLedger;' along with 'PaperOrientation' setting as follow works fine. I tried to switch between Landscape and Portrait depending on report width.
    reportDocument.PrintOptions.PaperOrientation = PaperOrientation.Landscape;
    But problem with crystal viewer remain as it is.
    While navigating report thru crystal viewer, when we take jump to some part of report thru navigation tree, the whole report gets shifted to left and it is required to scroll left.
    Thanks for your very good suggestion.
    Mahesh Patel

  • How can I manually change the height of the "Type ...

    Hi all
    Just got automatically installed the latest 6.22 version of skype few minutes ago and I got a few questions. 
    First and foremost, how can I MANUALLY change the height of the textbox, where I type the messages. I would like to make it larger, like in the previous versions of skype. I don't want to move my mouse cursor through the entire monitor to reach this tiny textbox.
    And second, why you guys are trying constanly to ruin something that is working perfectly ? Going to revert to the previous version until you fix all these nuisances.
    Regards

    There is no way to do this, it is designed to be strictly landscape with keyboard, portrait without - not the best thought-out phone on the market, mainly geared towards compulsive texters and e-mailers.
    There's no way to know whetherNokia will change this with any future updates, perhaps you should make the recommendation to them directly using the 'contact us' link.

  • How may I change the height of the menu bar to allow my large icons/buttons to maintain their size?

    I recently updated from FF28 to FF31. Totally different UI, I get that. I waited to update until I could psych myself to try something different. I have the Default Australis Theme and Noia Fox Theme, which is designed with larger icons/buttons for those with visual needs. On my screen at the moment I have the title bar, menu bar, tab bar, and url/addon bar with the "hamburger" menu to the right. I placed icons in the menu bar, kept the home icon on the addon bar, and then there are the default icons in the menu popup. When I enable the Noia Fox Theme, the icons look great on the url/addon bar, even in the menu popup; clear, large, easy to see. However, the icons in the menu bar (not the menu popup) are less than half their original/intended size. So I switch to default Australis Theme, restart, and same issue, though not quite as dramatic since Default theme is smaller to begin with.
    My thinking then is that there is a setting within the menu bar which resizes the icons/buttons to a small default size. Can this setting be changed to allow the icons to retain their original size (or close to it) and if so, how? I like the location of the menu bar on my screen, below the title bar, above the tab bar. Works nicely with the new The Fox Only Better addon which attaches to the tab bar and hides the url bar, a "new" feature for me and I'm liking it. I know I can get CTR with an additional bar, and I did try that. The issue then is that the additional bar appears below the tab bar and is not movable to above the tab bar and below the title bar.
    At the moment, I have just the two themes, security addons added and The Fox Only Better. I've not added other appearance addons yet so as to keep potential conflicts/issues to a minimum. I've not tinkered with internal FF default settings other than to say don't track me (I think that's all I did). So to the best of my limited understanding, I've kept changes and customizations to a minimum. And yes, per your educated guess feature for questions posted, I am running Win 8.1 and FF 31.
    I think I've offered enough detail so others can try to duplicate the issue. If not, let me know and I'll try to respond as soon as I can. Thanks so much for any help offered.
    ~ wkothlow

    You can double the height of the menu bar area using a custom style rule. I couldn't immediately find an icon that would take advantage of the space so I'm not sure this will solve the problem, but you could try it.
    The custom style rule could be as simple as:
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    /* double height (from 2x to 4x the 13px base font size) */
    #toolbar-menubar{
    height:4em !important;
    (Result shown in the screen shot, using the preview feature of the Stylish extension.)
    You can apply custom style rules to Firefox's UI using either of these methods:
    (1) Create or edit a userChrome.css file. This article has more information: http://kb.mozillazine.org/UserChrome.css
    (2) Use the Stylish extension: https://addons.mozilla.org/firefox/addon/stylish/
    Since I don't have this theme to test myself, if this doesn't work well, you might contact the theme author using the theme's support thread, which is on an independent forum: http://forums.mozillazine.org/viewtopic.php?f=48&t=2230157

  • How to change the size of the scrollbar in JScrollPane?

    I set a jtable in the jscrollpane,but the table is very small,so I want to change the size of the scrollbar in the jscrollpane.How can i do?Please help me,Thanks.

    Dropping and re-creating the table is by far the best way (of course you need to unload the table's data to a flat file with ttBulkCp first and then reload it again afterwards).
    a second option is to drop the column and re-add it with the new size but you still need to preserve the data first and put it back afterwards and this is harder for a single column than for a whole table. Also, if you are using replication you should exercise care when using ALTER TABLE to ensure iall replicated copies of the table maintain the same physical structure.
    Chris

  • How do you change the scrollbar size in the listbox control

    I have what appears to be abug with the vertical scrollbar on the listbox control.  I am trying to make the verticle scrollbar wider (so it is easier to press with your finger on a touch panel).  I open the control in "customize control," change the scrollbar, and apply changes.  The scrollbar is wider and it works in my original VI.  Now I close LabVIEW and open it again.  The scrollbar is back to it's original width.  I have also tried saving it as a strict type def and the same thing happens.  How do I get the scrollbar to stop shrinking back to it's original width everytime I reopen the VI.  I need it to stay the same width for an executable as well.
    Thanks,
       Javi

    I have the same problem.  Has anyone found a work around?  Must be a bug.  See attached screen shots for before, and after restart.
    Attachments:
    Lg ListBox screenshot.gif ‏66 KB
    Lg ListBox screenshot - after restart.gif ‏65 KB

  • How to change the height of the advanced paragraph window in WPC?

    Hello,
    I would like to have a bigger window when I work with the advanced paragraph in WPC in order to see better the content.
    It´s ok if I see at the beginning the default size. However, I need the posibility to maximize the height of the window to a predefinded maximum height.
    It´s maybe possible to give an extra property for like MaxHeight="500" in the xml-File?
    <element id="paragraph_advanced" description="xml.xlbl.paragraph_advanced" type="htmleditadvanced" Maxheight="500" default="false" />
    Does anybody have experience with it.
    Thanks in advance.
    Thomas

    Hi Thomas...
    Did you have success changing the paragraph height?
    I'm with the same problem.
    I had another idea to solve it. If I couldn't change the height, i'll create my own web form (based on article form), only with paragraph field.
    I've tested this option and worked. But I prefer to use the standard web form.
    Tks

  • How to change the width of the scrollbar

    how to change the width of the scrollbar,
    I wanted to have a large scrollbar in all controls (for a touch screen app lets say) then is that possible?
    Either through CSS, code,
    skins anything really... Any ideas?
    Thanks in advance.

    Hi,
    horizonatal(vertical)ScrollBar.width - in AS/MXML code
    horizontal(vertical)ScrollBarStyleName - for style. But I'm not sure that width getted from css.

  • Trying to change how the scrollbar appears on my website for firefox

    Hi so im trying to change my websites scrollbar for firefox browsers. Ive already done it for IE and chrome with this code:
    /*Custom scrollbar for IE
    <style>
    body, html{scrollbar-arrow-color: #001eff;
    scrollbar-track-color: #00e9ff;
    scrollbar-face-color: #0040ff;
    scrollbar-highlight-color: #517cff;
    scrollbar-3dlight-color: #00fff4;
    scrollbar-shadow-color: #214cc;
    scrollbar-darkshadow-color: #001f7;
    </style>
    /*Custom Scrollbar for Chrome
    <style>
    ::-webkit-scrollbar { width: 4px; height: 4px;}
    ::-webkit-scrollbar-button { background-color: #00e9ff; }
    ::-webkit-scrollbar-track { background-color: #999;}
    ::-webkit-scrollbar-track-piece { background-color: #00e9ff;}
    ::-webkit-scrollbar-thumb { height: 50px; background-color: #0040ff; border-radius: 50px;}
    ::-webkit-scrollbar-corner { background-color: #999;}}
    ::-webkit-resizer { background-color: #FFFFFF;}
    </style>

    See also:
    *http://www.hesido.com/web.php?page=customscrollbar

  • Financial Reporting 9.3.1 automatically change the height of the row

    How can I make the reports generator automatically change the height of the row if the text does not fit into the cell? I tried different PDF generators (AFPL Ghostscript 8.51, Adobe Acrobat Distiller 6.0) but result was the same: http://sql.ru/forum/actualfile.aspx?id=6396177

    Hi,
    In HFR if you are not allowing expansion on the row or column, it wont expand itself according text length.
    So you need to anticipate the row hight and width according to your need. You can define this in the property sheet.
    Thanks,
    aly

  • How to change the height of the column header cells

    Hi,
    I have been working with Oracle BI Discoverer 10g. I want to increase the height of the column header cells. The labels within the column headers are almost cut off. Is there a way to change the height of the column header cells?
    Thanks...

    Hi
    In dic.4.1 ,we are using format heading ,and manipulating by entering extra space and changing font and mode.
    try the same
    Rgds
    NP

  • How can I change the height of the input box in a...

    How can I change the height of the  input box in a new version of Skype?
    Solved!
    Go to Solution.
    Attachments:
    Skype_input_box.png ‏4 KB

    lucasbgme wrote:
    I've tried 6.1.0.129
    6.1.0.129 version is disabled. All Skype versions older than 6.14 are now retired and can no longer be used. You can try to install the 6.21.0.104 version:
    http://download.skype.com/msi/SkypeSetup_6.21.0.104.msi

  • Thunderbird sometimes changes the height of the letter at will in the middle of a sentence when I'm writing an e-mail.

    Thunderbird sometimes changes the height of the letter at will in the middle of a sentence when I'm writing an e-mail. How can I fix this?

    kaeandcolesmon,
    If you open the recovery drive (partition) it should only have a single folder (Recovery).
    To make sure that your not saving restore points to that drive.
    See:
    Start, Control Panel, System, System Protection tab. Make sure the D drive partition is set to OFF so that it does not save there.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • How to change the scrollbar arrows ?

    Hi everyone !
    I'd like to modify the default look of a Jscrollbar. I can't figure out how this can be done ! Anyone has any idea ?
    Thanx !

    I'm willing to bet that anyone who needs to ask the question won't go through with it. As I see it, the broad steps are, from the bottom up --
    -- subclass BasicArrowButton (and/or MetalArrowButton, and/or...) and override paint(...) and possibly other methods for the custom look.
    -- subclass BasicScrollBarUI (and/or MetalScrollBarUI, and/or...) and override create...Button methods to use the corresponding subclassed ArrowButton.
    -- construct the correct subclassed ScrollbarUI depending on the current LAF
    -- call setUI(ScrollBarUI) on the scrollbar to be customized.
    Getting so far can involve hours of reading the swing sources to understand how the UI works.
    Only changing the disabled color of a JComboBox was hard enough
    {color:#0000ff}http://forum.java.sun.com/thread.jspa?threadID=5235580
    {color}
    db

  • How do I change height of the Spry Horizontal Menu Bar?

    Hi,
    I've been playing around with the Spry menu bar for 3 days now and I can't seem to increase the height of the spry menu bar the way I want. It increases when you enlarge the text, but I don't want it to get too big, but I still need to increase the height of the box. I also tried it in the properties. The box's height will increase but the text stays at the top of the box which looks really weird because I want it to be centered. Also, when do this, the submenus increase along and I want them to stay the same size.
    I truly hope you can help me.
    Thanks in advance.
    EC

    David Powers has this tutorial
    http://foundationphp.com/tutorials/sprymenu/customize1.php
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

Maybe you are looking for

  • CRM Analyst IC WebClient Consultant needed in Franklin Lakes, NJ

    This runs through 2013 Skill Requirements: u2022 Ideal resource will be a person with strong experience in IC WebClient configuration and Complaints processing. u2022 Must able to handle tasks independently with minimal support. u2022 CRM IC WebClien

  • Internal Order-Warranty Order

    In CRM Warranty Order, we have assigned WBS element and in R/3,  Internal Order is created for Cost Collection. We dont want Internal Order to be created in R/3 as cost can be booked on WBS element assigned to Warranty Order for Spares issued. Please

  • Change Metadata JCO in Webdynpro application

    Hello all, I am trying to change the metadata jco destination in a webdynpro application. Although I have changed this in property "logical system name" of the dictionary, I am getting this error when I run the application : com.sap.tc.webdynpro.serv

  • Is there a simple tutorial for Garageband?

    Is there a simple tutorial for Garageband?

  • DUET Enterprise extending the Starter Services

    Hi, Is it possible to add additional fields/methods to the starter services such as adding Sales Area data to Customer Service as I notice that they are not in ESR. How is the best way to extend them? Thanks, Daniel