Hyyan Abo Fakher

Results 39 comments of Hyyan Abo Fakher

@StephanWald related to #562

@ckochaneck Have you tried `insert` method. It is meant for bulk inserting: https://javadoc.io/doc/com.webforj/webforj-foundation/latest/com/webforj/component/list/DwcList.html#insert(int,com.webforj.component.list.ListItem)

@ckochaneck also check: https://documentation.webforj.com/docs/components/list-components/lists#managing-listitem-objects-with-the-api

@ckochaneck what are you expecting to pass to the method ? What "T" refers to in Collection ?

To remove the prefix or suffix, you need to call the `destory` method on it. That’s how it’s intended to be used.

@ElyasSalar You're starting with a value of 50 and a max of 100. By default, the min is 0. Later, you change the min to 50. Since the current value...

@ElyasSalar use https://javadoc.io/doc/com.webforj/webforj-foundation/latest/com/webforj/component/element/PropertyDescriptor.html#property(java.lang.String,T)

@soufianebouaddis Thanks for your interest. This issue depends on internal work, so we can't assign it right now. If you want to contribute, you're more than welcome to check the...