This is an automated email from the ASF dual-hosted git repository.

alinakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new e7814a3  useRollOver added in emulation ListBase
e7814a3 is described below

commit e7814a377b57b8b0d7bdd014058064f701e93745
Author: alinakazi <alinakazi1...@gmail.com>
AuthorDate: Fri Jan 8 18:26:58 2021 +0500

    useRollOver added in emulation ListBase
---
 .../src/main/royale/mx/controls/listClasses/ListBase.as   | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git 
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
 
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
index 6f5438b..e4bf07e 100644
--- 
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
+++ 
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
@@ -116,6 +116,21 @@ use namespace mx_internal;
  */
 [Style(name="alternatingItemColors", type="Array", arrayType="uint", 
format="Color", inherit="yes")]
 
+/**
+ *  A flag that controls whether items are highlighted as the mouse rolls 
+ *  over them.
+ *  If <code>true</code>, rows are highlighted as the mouse rolls over them.
+ *  If <code>false</code>, rows are highlighted only when selected.
+ *
+ *  @default true
+ *  
+ *  @langversion 3.0
+ *  @playerversion Flash 9
+ *  @playerversion AIR 1.1
+ *  @productversion Royale 0.9.8
+ */
+[Style(name="useRollOver", type="Boolean", inherit="no")]
+
     /**
      *  
      *  @langversion 3.0

Reply via email to