emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hope tabulated-list header can be moved via horizontal-scroll-bar


From: Eli Zaretskii
Subject: Re: Hope tabulated-list header can be moved via horizontal-scroll-bar
Date: Thu, 20 Jun 2024 08:05:19 +0300

> From: Siyuan Chen <chansey97@gmail.com>
> Date: Thu, 20 Jun 2024 05:12:35 +0800
> 
> Emacs tabulated-list is very similar to dataGridView control in WinForm, but 
> the list header can not be moved
> via horizontal-scroll-bar, which prevents some tabulated-lists (that have 
> many columns) from being placed on
> the side bar.
> 
> Hope tabulated-list header can be moved via horizontal-scroll-bar in the 
> future or anyone know about
> alternatives?

This needs to be implemented in the display code.  Currently, mode
line and header line are not scrolled horizontally with the text
(header line is the basis for implementation of tabulated-lists).
Conceptually, scrolling in Emacs moves the viewport, not the text, and
header line is considered to be part of the viewport.

If we do implement that, it should probably be a special minor mode,
since not every header line should scroll with the text.  Patches
welcome.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]