is it possible to implement an alphabetical scroll bar for a very long list, like the example in link below, in dojox mobile?

is it possible to implement an alphabetical scroll bar for a very long list, like the example in link below, in dojox mobile?

There is no easy way to customize the scrollbar of a ScrollableView, to do that you would have to override and modify the showScrollBar method (and more specifically its createbar internal function) defined in dojox/mobile/scrollable.js.
应该可以使用以下可用的构建块来实现它:
希望这会有所帮助,阿德里安