09-12-2025 08:21 PM
Hello all,
I would like to creat a control for a user interface, which is a array of cluster. Each cluster has a combo box with a dropdown list and a number. I also have a string array. I would like to have the dropdown list items come from this string array. And if the string array has been changed, the dropdown list should be updated.
Thanks for any help and suggestion!
09-13-2025 12:54 PM
The list if items in a dropdown list is a property of the dropdown list.
Your dropdown list is a component of an array element; and all elements of an array necessarily have the same properties.
You could probably create an XControl that behaves as you want, but that won't be a quick fix.
If you tell us what your use case is, you'll probably get a number of suggestions for different ways to handle it.