【发布时间】:2017-02-16 22:48:29
【问题描述】:
我在 ListView 中有列。我允许他们移动。
现在,我希望位置 0 的列始终保持在该位置。到目前为止,我只设置了一个在移动列时触发的简单代码:
Is column the first one?
If yes switch it back with the column it was just swapped.
但是,我希望阻止移动,以便根本无法移动第 0 列。有没有办法做到这一点?像“列冻结”这样的属性?
【问题讨论】: