Search the Community
Showing results for tags 'scroll'.
Found 10 results
-
Hello, I'm having an issue with the TUniStringGrid component. After I load all the info, and all is working great, I select the first cell of the grid and do scroll down and up fast it generates a blank space, like the image: At first, I thought it was because of my data, so I create an empty project (attached), and the result is the same The only difference is that I have to add some rows first. If anyone could help me, it would be great. Regards UniStringGrid.rar
- 38 replies
-
- tunistringgird
- scroll
-
(and 1 more)
Tagged with:
-
How do I set the scroll position of UniHTMLFrame?
-
When key press over the list box (multiselect and ordered), the item is selected, but the scroll doesn´t move to that item. Ex. Press G words from the keyboard and listbox stays same as before, but, if manually scroll the list until found an item beginning with G, that item seems selected! How move the scroll programatically until the selected item?
- 3 replies
-
- tunilistbox
- scroll
-
(and 2 more)
Tagged with:
-
Hello guys! We have a problem when putting a scroll and scrolling the page down the htmlframe component stands still without scrolling along with the other elements. Link to the video showing the error ---> http://www.grsoft.com.br/videos/VideoErroScroll.mp4 We appreciate who can help!
-
Olá pessoal! Estamos com um problema ao colocar um scroll e rolar a pagina para baixo o componente htmlframe fica parado sem rolar junto com os demais elementos. Link para o vídeo mostrando o erro --- > http://www.grsoft.com.br/videos/VideoErroScroll.mp4 Agradecemos quem poder ajudar!
-
Hi all, I would like to scroll with key arrows up and down the grid, even when the grid is in editing mode. I already enabled KeyNavigation in WebOptions, but the grid is navigable using the keys only when not in editing mode. When in editing mode, pressing arrow down, it is the same as pressing key END, that is it moves the cursor to the end of the text; while pressing arrow up, it moves the cursor to the beginning of the text. I would like that pressing arrow down, the current record is posted, and the dataset moves to the next record, while when pressing arrow up, the current record is posted, and the dataset moves to the previous record. Could that be achieved in some way ? Thanks to all the contributors, Andrea
-
At runtime I am setting the selected node however this node maybe not be in the visible area of the treeview as the treeview may contains a lot of items. How can I scroll the treeview so the selected node is visible?
-
active mouse wheel to scroll in uniGUI Mobile application on desktop
leandroavila74 posted a topic in uniGUI Mobile
Hello How do I enable it? there is this post http://forums.unigui.com/index.php?/topic/7017-using-mouse-wheel-to-scroll-in-unigui-mobile-application-on-desktop/ but it does not work UniGUI 1.0.0.1425 Delphi 10.1 Berlin-
- mobile
- mouse wheel
-
(and 1 more)
Tagged with:
-
Hi, are there any way to scroll via js? for example like this: UniSession.AddJS('setTimeout(function(){'+ uniScrollBox1.JSName +'.ScrollBy(1, 1)}, 100)'); Thanks.
-
Hi everybody, I have created a mobile application with a lot of controls and when scrolling down and up using an android system the application stops/quits as soon as it starts refreshing and that will happen as soon as i scroll, but on the iphone it works good, anybody having the same issues ? Best Regards Christian