5

我有一个表格视图,我已经为其提供/打开了右侧的字母索引。这确实有助于浏览内容。

现在我想知道是否有办法突出显示选定的字母/字母(或使字母加粗)?例如,如果用户点击“B”滚动到以“B”字母文本开头的行,则索引应突出显示字母“B”。

我可以理解这可以使用自定义索引栏视图来实现。但是,我更倾向于查找是否有本地支持来执行此操作。

感谢你的帮助。

谢谢。

4

1 回答 1

0

After my digging to the documentation and internet. I think there is no easy way to highlight the current selected character in the section indices. We could only change the text color, background color and highlighted background color.

I suggest you to do it yourself or open an issue in this library GDIIndexBar. Then others could help you do this, for you and for all.

于 2014-01-12T14:31:02.320 回答