Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Regarding scroll movement of tiles in tilegrid

    I have a TileGrid with large number of tiles in it, when i click on the tile the scroll of the grid moves.I need to disable movement of scroll on click of tile.Scroll of grid should move when user maually clicks and drag the scroll.Is it possible to achieve?

    #2
    Browsers will in general scroll whatever element has focus into view - this can't be prevented. With the default tiles, you could set canFocus:false via tileProperties, however that will mean that keyboard navigation no longer works between tiles, which is technically an accessibility violation.

    Comment

    Working...
    X