See [[Special:WhatLinksHere/Template:Sticky header|list of articles]] transcluding {{tlc|sticky header}}. See [https://templatecount.toolforge.org/index.php?lang=en&namespace=10&name=Sticky_header#bottom transclusion count].
== Table with sticky header in simple scroll window ==
See: [[Template:Sticky header#Scrollable table]]. Scrolling table with '''sticky column headers, but not sticky row headers.''' This is very useful for articles with long tables. It makes it much faster to move up and down the page. Especially for list articles with multiple tables. For example see '''[https://en.wikipedia.org/w/index.php?title=List_of_countries_by_firearm-related_death_rate&oldid=1232974888 this version]''' of [[List of countries by firearm-related death rate]]. That version has 3 long tables placed in scroll windows. A blind person using a [[screen reader]] said [https://en.wikipedia.org/w/index.php?title=Wikipedia_talk%3AManual_of_Style%2FAccessibility&diff=1232954505&oldid=1232953110 here] that they work fine.
Add <code><nowiki><div class="sticky-header-scroll"></nowiki></code> above any table using {{t|sticky header}}. And <code><nowiki></div></nowiki></code> at the end.
Add <code><nowiki><div class="sticky-header-scroll" style="max-height:50vh"></nowiki></code> to control the scroll window height. Change "50" to other numbers for other heights.
== Scrolling tables with sticky column and row headers ==