feenkcom / gtoolkit

Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem.
https://gtoolkit.com
MIT License
1.06k stars 46 forks source link

Resizing a column in a columned-list in a Tree view inspector of a CompilationNode doesn't resize the whole column only the header for a #3824

Open macta opened 2 weeks ago

macta commented 2 weeks ago

When I inspect the result of parsing a C# source file (but suspect its any object that uses this view) the Tree view, shows a columned list with Nodes on the LHS and Types (statements) on the RHS. When you try to resze the column of the Nodes so that they aren't cut off, it only resizes the columned-list-header and not the whole column.

image

macta commented 2 weeks ago

I got this view in a FileReference inspector and evaluating - CSharpParser parse: self contents

seandenigris commented 2 weeks ago

I’ve encountered this often. Not specific to the OP’s use case