TcxTreeList如何使某一行的列不能选中?

解决方案 »

  1.   

    选择该列,应该有一个disableeditor 设置为true
      

  2.   

    如果Options中的Editing设为False所有的行中的列都不能选中了,我要是的某一行不能被选中啊!
      

  3.   

    在OnFocusedNodeChange里面处理,移动到一行后,判断该列是否可操作,可操作的话,把3楼说的属性设置为true,否则为false。cxGrid则可以在OnCustomDrawCell里面处理,cxTreeList试过好像不行。
      

  4.   

    汗看错了,某一行的全部列的话,还可以cxTreeList.OptionsSelection.CellSelect := False