Groups | Search | Server Info | Login | Register
Groups > microsoft.public.vb.general.discussion > #118547
| From | AS <invalid@invalid.invalid> |
|---|---|
| Newsgroups | microsoft.public.vb.general.discussion |
| Subject | Re: Listview Item Visibility After Font Size Change |
| Date | 2026-02-18 16:40 +0100 |
| Organization | n/a |
| Message-ID | <20260218164009.000037bf@invalid.invalid> (permalink) |
| References | <10enr4f$2pcpr$1@paganini.bofh.team> |
Il giorno Sat, 8 Nov 2025 11:29:16 -0500 Saucer Man <saucerman@nospam.net> ha scritto: > I am allowing the font size of a listview to be changed. You can > select a size from 8 to 12. The size changes correctly but sometimes > the listview items become "off center" in the listview. By this I > mean the first or bottom item may be mostly underneath the edge of > the control. For example, most of the first item may be under the > column headers, while after the last item, it appears as if there is > an empty row. It's like the scrollbar becomes out-of-sync. I have > tried a listview.refresh but that doesn't help. The only way I have > found to correct it is to clear the listview and reload it... which > takes time with a lot of items. Does anyone know a way to correct > this without a reload? lv.move -10000,-10000,100,100 ' change font here lv.move <regular position/size> does it work ?
Back to microsoft.public.vb.general.discussion | Previous | Next — Previous in thread | Next in thread | Find similar
Listview Item Visibility After Font Size Change Saucer Man <saucerman@nospam.net> - 2025-11-08 11:29 -0500
Re: Listview Item Visibility After Font Size Change AS <invalid@invalid.invalid> - 2025-11-10 17:59 +0100
Re: Listview Item Visibility After Font Size Change AS <invalid@invalid.invalid> - 2025-11-10 18:05 +0100
Re: Listview Item Visibility After Font Size Change AS <invalid@invalid.invalid> - 2025-11-10 18:12 +0100
Re: Listview Item Visibility After Font Size Change Saucer Man <saucerman@nospam.net> - 2025-11-10 14:55 -0500
Re: Listview Item Visibility After Font Size Change ObiWan <obiwan@mvps.org.invalid> - 2025-11-14 09:15 +0100
Re: Listview Item Visibility After Font Size Change ObiWan <obiwan@mvps.org.invalid> - 2025-11-14 09:16 +0100
Re: Listview Item Visibility After Font Size Change ObiWan <obiwan@mvps.org.invalid> - 2025-11-14 09:52 +0100
Re: Listview Item Visibility After Font Size Change Saucer Man <saucerman@nospam.net> - 2025-11-14 11:50 -0500
Re: Listview Item Visibility After Font Size Change ObiWan <obiwan@mvps.org.invalid> - 2025-11-18 09:14 +0100
Re: Listview Item Visibility After Font Size Change Saucer Man <saucerman@nospam.net> - 2025-11-18 15:11 -0500
Re: Listview Item Visibility After Font Size Change AS <invalid@invalid.invalid> - 2025-11-19 18:50 +0100
Re: Listview Item Visibility After Font Size Change Saucer Man <saucerman@nospam.net> - 2025-11-19 17:02 -0500
Re: Listview Item Visibility After Font Size Change ObiWan <obiwan@mvps.org.invalid> - 2025-11-20 12:13 +0100
Re: Listview Item Visibility After Font Size Change ObiWan <obiwan@mvps.org.invalid> - 2025-11-20 12:15 +0100
Re: Listview Item Visibility After Font Size Change Saucer Man <saucerman@nospam.net> - 2025-11-21 11:53 -0500
Re: Listview Item Visibility After Font Size Change ObiWan <obiwan@mvps.org.invalid> - 2025-11-27 09:01 +0100
Re: Listview Item Visibility After Font Size Change AS <invalid@invalid.invalid> - 2026-02-18 16:40 +0100
Re: Listview Item Visibility After Font Size Change Saucer Man <saucerman@nospam.net> - 2026-03-02 15:25 -0500
csiph-web