Hi all, new version of smooth scrollbars and pads is available, it allows you to navigate with scalability in the view, check this out:
https://vimeo.com/122758568 try out: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | b | b := RTMondrian new. b shape rectangle withBorder; width: [ :cls | cls numberOfVariables * 5]; height: #numberOfMethods; linearFillColor: #numberOfLinesOfCode within: RTObject withAllSubclasses. b nodes: RTObject withAllSubclasses. b edges connectFrom: #superclass. b layout tree. b build. b view @ RTDoubleScrollBar -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= More examples in RTScrollBarBuilderExamples Cheers, Pierre