Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 24 个编辑字段和标签字段的 VerticalFieldManager。
我想限制滚动:当第一个 Editfield 有焦点时,滚动不应该向上,而当最后一个 Editfield 有焦点时,滚动不应该向下。
如下创建 VerticalFieldManager。
VerticalFieldManager vfm = new VerticalFieldManager (VerticalFieldManager.VERTICAL_SCROLLBAR | VerticalFieldManager.USE_ALL_WIDTH);