08-30-2016 07:30 AM
Hello everyone,
I am seeing undesired behaviour with my multicolumn listbox (as seen in the attached picture) when selecting an item. I have searched for smiliar issues but I did not find a solution - nor did I find any properties that could disable what I am seeing.
Any help would be appreciated. Thanks,
Marcin
Solved! Go to Solution.
08-30-2016 07:46 AM
Chief LabVIEW Architect, Testeract | Owner, Q Software Innovations, LLC (QSI)
Director, GCentral | Admin, LabVIEW Wiki | Creator, The QControl Toolkit
Certified LabVIEW Architect | LabVIEW Champion | NI Alliance Partner
08-30-2016 07:52 AM
Unfortunately those didn't help. Prior to launching the software I execute some init code as below,
Setting CellBG to transparent doesn't eliminate the issue.
08-30-2016 07:54 AM - edited 08-30-2016 07:55 AM
// duplicate
08-30-2016 12:12 PM
In the Selection Mode menu, is "Highlight Entire Row" checked? Are you changing the row color somewhere else in your code? The only way I can simulate anything like this is when Highlight Entire Row is unchecked.
08-31-2016 01:40 AM
I managed to fix the issue simply by disabling and enabling the field - still not sure what caused it though.
Cheers for the input
08-31-2016 01:52 AM
can you share the code with issue? Will try to replicate the issue and try to find the actual problem.