Wondering if there is a way to force the dropdown popup height.
I have code on a mouse pressed event on the dropdown that calls a project script where that function browses some tags and returns a dataset if the values of the tags match the sent parameter. This works fine every time but on the first click, the dropdown only shows the first row - I need to click away and click it again then it will show the max of 8 rows which is what I have set for the Max Row count. I have tried moving the script to all of the different events but does not seem to help. I also have another dropdown above this that selects 1 of 3 options which does change the values returned as well. Thanks for any help on this.