08-15-2023 02:54 AM
Hello,
I am trying to increase or decrease the display content of a multicolumn listbox in my project.
When I reduce a lot of rows at once, what are displayed in that multicolumn listbox are only some blank rows.
In such cases, I would like to force the first line to be displayed in order to prevent people from mistakenly thinking that there is nothing to be displayed, when they can scroll to the top and see what they want to see.
So far I have not succeeded in forcing the row to be displayed.
Is it possible to do so?
Solved! Go to Solution.
08-15-2023 04:14 AM
Hi n,
@n_kusumoto wrote:
I am trying to increase or decrease the display content of a multicolumn listbox in my project.
When I reduce a lot of rows at once, what are displayed in that multicolumn listbox are only some blank rows.
In such cases, I would like to force the first line to be displayed in order to prevent people from mistakenly thinking that there is nothing to be displayed, when they can scroll to the top and see what they want to see.
So far I have not succeeded in forcing the row to be displayed.
What exactly have you tried? Mind to attach an example VI (LV2019 preferred)?
How do you "reduce a lot of rows"?
Why should people "scroll to the top" when you would like to "display the first line"?
Have you tried to set the "Top Left Visible Cell" property of your MCL?
08-15-2023 05:41 AM
Hi GerdW,
The first thing I should write is that I would have been able to reach my objective by your advice, set the "Top Left Visible Cell" property.
Thanks a lot!
I had tried to change "Value" and "ForcusRow".
> How do you "reduce a lot of rows"?
I have set the "ItemNames" in the MCL to a reduced number of arrays than before the change.
> Why should people "scroll to the top" when you would like to "display the first line"?
This is because, although the above operations have reduced the number of rows that should be displayed, the actual number of rows displayed has not changed.