I have created a tree list for showing the sector and blocks of memory, now I need to disable the selection of root node and also need to disable the rows of blocks which are already occupied, so that only enable rows can be selected from the tree list.
Also the disabled rows text are little bit lighter for the user to differentiate.
Here I am attaching a sample image for the reference, what I need to achieve

Have you considered using TreeList.ShowingEditor event? Something like this:
You can handle TreeList.CustomDrawNodeCell to make a row appear disabled: