In my table of contents, part is defined like this:
\setuplist[part][pagenumber=no]
I would like to center align the title of the part, so it appears like this in the table of contents:
__________
| Contents |
| |
| Part 1 |
| Ch. 1..1 |
| Ch. 2..5 |
| Ch. 3.10 |
|__________|
I have consulted the article about setuplist at the ConTeXt wiki, but I can see no options for horizontally aligning the entries.
- How can I center align the part entries in the table of contents?

\setuplist [part] [ pagenumber=no, alternative=a, align=middle, ]achieve what you want? – phg May 12 '12 at 1:18