``` // cellFormat { // ...
# tornadofx
b
Copy code
//                cellFormat {
//                    graphic = cache {
//                        borderpane {
//                            left = vbox {
//                                imageview(it.iconUrl!!.toExternalForm())
//                                //Icon of in progress, or maybe project icon? that's more useful
//                            }
//                            center = vbox {
//                                label(it.key) {
//                                    //STyling to make it smaller
//                                }
//                                label(it.summary) {
//                                    //styling to scroll automagically?
//                                }
//                            }
//                        }
//                    }
//                }