Browse by Tags
All Tags » Scrolling (RSS)
Showing page 1 of 2 (13 total posts)
-
OK, is there a better way to bring an item into view and scoll up? Problem is that I have this:
I have a datagrid that has one Group (added into grid.ItemsSource.GroupDescriptions) which looks like this
HeaderRow ITEMROW1 ITEMROW2HeaderRow ITEMROW3 ...
-
Hi,
trying to disable horizontal scrolling. I do have this code that removes the visibility of the Horizontal ...
-
Michael,
Thank you for your response. I'm having another problem with this code. I was able to get the statFunction to work, but now when I group the results and then scroll the datagrid up and down, or collapse a group, the table starts to fall apart.
Here is an example screenshot of my datagrid: http://imgur.com/hrII3 I ...
-
I have virtualized grids where everything works fine but I have one grid that does not use the DataVirtualization and here is the issue.
I have lets say 50 records in the grid, and initially scrollbar is on the top as expected. If I sort by some column in the grid everything works as expected. Data is sorted by the column and ...
-
Hi,
We have experimented problems with the WPF grid on the numerous computers. When our application with WPF DataGrid (or your Live Explorer example) loads a lot of data, the CPU usage touches 100%. The scrolling ends with the same effect. This problem affects single-core machines only. Any ideas why this might be happening or how we can prevent ...
-
A couple of our screens have more than one Xceed grid with a ScrollViewer. When there are, for example, 20 rows, enough where the screen needs to be scrolled to see the end, when I click on one of the lower rows, it jumps the view to the top row (for that grid). My focus is still where I clicked, and I can type even though I can't see ...
-
Hi Odi,
I've just read your Post no. 22142 in reply to BringItemIntoView and scrolling re disadvantages of ATV and the requirement that all rows have the same height. That's a major diappointment for me. Most of my grids have fewer than 20 rows but each row has at least one column containing a variable amount of text or ...
-
Hi,
Seems that I have problem similar to the one in this topic: http://xceed.com/CS/forums/thread/13518.aspx. User is able to scroll down to empty row that is after the last one. That is ok when grid has fixed size. But when it is located inside DockPanel it causes resize of the grid. And after user scrolls back upwards grid's ...
-
I would like to use the behavior and layout of the Headers as defined in the GroupConfiguration.Headers element in a Group's Header row itself. I can get the columns set up with the formatting and data (almost!) but the content of the Group's Header row doesn't scroll with the rest of the grid.
I can use the GroupHeaderFooterItemTemplate to ...
-
Hi everybody, I have a which I can not resolved.
I have Xceed Datagrid Express ver 3.1. If I add datagrid control as a child of some panel e.g. StackPanel and I not expicitly specify a size of datagrid(width, height) then scrollbars of datagrid does not worked. If I set a width and height of datagrid, everything works fine. What can I do, if I ...
1
|
|
|
|