LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Moving column separator causes cell resize

Hello, y'all,

 

I've run into a strange issue, in which the cells of a table control will resize when I move a column separator.  I can't always reproduce it and I have no idea what's triggering it.  Is this a known issue?

 

Thanks, 

 

Slowpoke

Slowpoke
CLAD (believe it or not!), using LabVIEW 8.5

They don't call me "Slowpoke" for nothin'!
0 Kudos
Message 1 of 4
(2,741 Views)

Moving a column separator will resize the cell to the left of the separator.

 

If you see something else, please provide more details (LabVIEW version, example VI, screenshot).

Message 2 of 4
(2,736 Views)

Hello, Mr. Altenbach!  Right, I should've been clearer.  The problem is that the cells to the *right* spontaneously resize themselves during a Mouse Move event--and to the same width, as far as I can tell.  I don't know what triggers it.  I'm running LabVIEW 8.5.

Slowpoke
CLAD (believe it or not!), using LabVIEW 8.5

They don't call me "Slowpoke" for nothin'!
0 Kudos
Message 3 of 4
(2,723 Views)
Interesting. The same behavior occurs in 8.6. It seems to be happen when the column width is made smaller than the width of the text or if the column width was smaller than the width of the text and you make it larger. It appears that several columns actually get resized. It definitely seems to happen if the event structure is handling the MouseMove event, and the event case doesn't even have to have any code in it. I thought it might have had something to do with reading the properties you were reading, but it still happens with no code in the MouseMove event. Handling the MouseDown event does not trigger the behavior.
Message 4 of 4
(2,717 Views)