This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 2798d18 Update jewel-list.md
2798d18 is described below
commit 2798d18009a48fbb707d27cdd5df5e147df836f9
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri Oct 23 10:40:44 2020 +0200
Update jewel-list.md
remove rowHeight and variableRowHeight from Jewel List referece API
---
component-sets/jewel/jewel-list.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/component-sets/jewel/jewel-list.md
b/component-sets/jewel/jewel-list.md
index 33beab2..64fc2d3 100644
--- a/component-sets/jewel/jewel-list.md
+++ b/component-sets/jewel/jewel-list.md
@@ -77,12 +77,10 @@ where `parent` is the container where the control will be
added.
| __dataProvider__ | _Object_ | The data being display by the List.
Is the [DefaultProperty](features/as3/metadata#default-property). In Jewel an
[ArrayList](https://royale.apache.org/asdoc/index.html#!org.apache.royale.collections/ArrayList){:target='_blank'}
|
| __numElements__ | _int_ | The number of element children
that can be laid out. |
| __rollOverIndex__ | _int_ | The index of the item currently
below the pointer. |
-| __rowHeight__ | _Number_ | The default height of each cell in
every column. |
| __selectedIndex__ | _int_ | The index of the currently
selected item. |
| __selectedItem__ | _Object_ | The item currently selected.
|
| __states__ | _Array_ | The array of view states. These
should be instances of
[org.apache.royale.states.State](https://royale.apache.org/asdoc/index.html#!org.apache.royale.states/State){:target='_blank'}|
| __strandChildren__ |
_[IParent](https://royale.apache.org/asdoc/index.html#!org.apache.royale.core/IParent){:target='_blank'}_
| An object to access the immediate children of the strand. |
-| __variableRowHeight__ | _Boolean_ | If false, the actual height
of each layout element is the value of rowHeight. The default is true. |
### Methods