Unexpected column reshuffle when removing a column in Script Management

I encountered an issue where removing a column causes the remaining columns to shift out of their original order.
The initial column order: Status, Version, Copyright, Commands, File
Add the Include files column and drag it between Status and Version.
Remove the Include files column.
The column order changes to: Status, File, Version, Copyright, Commands. (The File column jumped from the end to the second position).