I\'ve been struggling with this for weeks.. I have a global search that offers up a custom listview with suggestions as a user types. When a user selects an option, I want the s
Returning false should have been sufficient based on the latest documentation and the source code iff iconifiedByDefault == true.
false
iconifiedByDefault == true
Did you by any chance define iconifiedByDefault="false" or called setIconifiedByDefault(false)?
iconifiedByDefault="false"
setIconifiedByDefault(false)