close
Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
109 views

I want to create child scrollable window that has specific size and position and it will contain messages as static windows, I tried different class names for this messages_window , if I use "...
madjetmax's user avatar
1 vote
1 answer
107 views

import tkinter as tk root = tk.Tk() root.geometry("400x300") outer_frame = tk.Frame(root) outer_frame.pack(fill="both", expand=True) vertical_scrollbar = tk.Scrollbar(...
finefoot's user avatar
  • 11.8k
Advice
2 votes
7 replies
174 views

I am reading Charles Petzold's "Programming Windows, 5th Edition". I am studying a program that displays a window's text metrics and also uses scrollbars. The program consists of 2 files : ...
Sotiris's user avatar
  • 21
4 votes
1 answer
136 views

I am trying to automate a webpage containing more than one scrollbar. Sometimes the scrollbar is on the left side and sometimes it is in the middle of the page (e.g.: adjacent to a web table). These ...
Soumya C's user avatar
  • 171
2 votes
1 answer
106 views

I'm using Vite v7.2.4, Tailwind v4.1.17 with DaisyUI v5.5.5. I'm trying to create a full page website where the Navbar will be always visible and the section will change. But every time I add a Navbar ...
Alan's user avatar
  • 23
2 votes
1 answer
342 views

In following Python script I would like to know why horizontal and vertical scroll appear after the script run. I try all widgets just fit into a web page not exceed the page size. Here is my script: ...
Mohammad Eftekharian's user avatar
0 votes
1 answer
104 views

If you ran this code the lines do not appear behind the transparent scrollbar track I cannot figure out how to fix this I'm currently using chrome/edge trying to fix this for my game so it doesn't ...
0bsolete's user avatar
0 votes
0 answers
54 views

my vue site is simple as hell I think <template> <v-calendar type="category" v-model="focus" :categories="categories" :events="events"...
Torsten's user avatar
0 votes
0 answers
67 views

I just upgraded to Windows 11 and opened my app that previously looked and worked fine in Windows 10. I am using python 3.11.15 with tkinter.Scrollbar objects for the scrollbars (not ttk). Some of my ...
AutumnKome's user avatar
2 votes
1 answer
85 views

I have a panel with AutoSize property false and AutoScroll true. Inside this panel, there are some controls, various rows each one with a label and some numericupdown. The form is not double buffered, ...
iii's user avatar
  • 23
0 votes
1 answer
97 views

My Electron application temporarily uses a WebContentsView, layered on top of part of the main window, during a login process. The user needs to interact with the web page in this view. Simplified ...
sam marshall's user avatar
0 votes
1 answer
346 views

I am experiencing an intermittent issue with scrolling in my React/Next.js application when using Safari on macOS. The scroll functionality works perfectly in other browsers like Chrome and Firefox, ...
Brijesh Shah's user avatar
1 vote
1 answer
138 views

We have implementation that uses OnCustomDrawItemEvent of treeview to draw items. NodeRect := Node.DisplayRect(true); TextRect(NodeRect,NodeRect.Left, NodeRect.Top, sometext); The issue is that some ...
danisius's user avatar
  • 609
-1 votes
1 answer
65 views

CLion has the nice feature of the scrollbar area background serving as a sort of a 1D minimap of the text pane, showing you warnings, errors, find results etc. via horziontal line markings. One kind ...
einpoklum's user avatar
  • 140k
0 votes
0 answers
160 views

This started out playing with hiding scroll bars on my own website (as viewed on my Firefox browser), and then ventured into finding out how the NYTimes.Com does it on individual news pages. There, ...
John's user avatar
  • 237

15 30 50 per page
1
2 3 4 5
449