variableRowHeight List ItemRenderer issue

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default variableRowHeight List ItemRenderer issue

    I do have a problem with a List control and variableRowHeight with an inline
    itemrenderer.
    The itemrenderer is a simple HBox with an Image and a Text, the Text may be
    higher than the image, some rows may have variable height.
    Sometimes it works sometimes it cut all higher row to the image height. Can't
    understand why.
    The data provider is a HTTPService, and i reload data every 10 secs.
    The effect i see is the row to take full height and then being resized quickly
    to standard height... weird. Any idea?

    carlodemarchis Guest

  2. Similar Questions and Discussions

    1. itemRenderer textRollOverColor
      I need to know how to set certain styles that are normally easily applied to list based components to list based components using an itemRenderer....
    2. Tilelist itemRenderer
      Hi, I'm creating a thumb photo gallery and I'm using a tilelist component as the itemrederer of the list, for itemrender I'm using a mxml...
    3. itemRenderer in component
      From FlexExamples March 8, I am trying to use the TileList and custom itemRenderer. The only change I have made to the code is change the "main" app...
    4. Dynamic itemRenderer
      Hi Id like to change the view of a TitleList by a ComboBox. I have two different itemRenderer <mx:Component id="rendererDetailed"> <mx:VBox...
    5. ODBC Driver Issue (possibly OT - wrong list?)
      -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I suppose this should really be on the ODBC driver list, but as I spend so much time sorting...
  3. #2

    Default Re: variableRowHeight List ItemRenderer issue

    This is an eternal bug in Flex/FP
    [url]https://bugs.adobe.com/jira/browse/SDK-14174[/url]

    The only one possible workaround - manually assign height to the
    PrintDataGrid, then it will calculate row's height correctly.
    PercentHeight=100% just kills the whole thing.


    Cheers,
    Dmitri.

    Mitek17 Guest

  4. #3

    Default Re: variableRowHeight List ItemRenderer issue

    Thanks,
    it seems related but my case is a bit different - it's on a list that
    depending on where the higher item is may start correctly showing a much higher
    row but then collpase it whenever the data is re-fetch from the serve and the
    list is updated... nonsense... I've read many topics but could not find
    anything that helped in my case

    carlodemarchis Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139