I am sure this is a setting somewhere, but I can't find it for my life. In some cases, we have where Grid columns exceed the width of the visible grid. When that happens, the grid data is centered in the visible area. How can we prevent that?
Any help would be great appreciated.
TIA
Hi!
When endUpdate occurs in gridview, the scroll moves to the begin.
In my environment I have to beginUpdate and Endupdate.
But 1 dont' want the scroll to move even if the data is Updated(endupdate timing)!
Please tell me how to prevent the scroll from moving automatically when editing mode is released by double-clicking or when endupdate occurs.
The method of updating the scroll value after endupdate by storing the scroll value before beginupdate failed.
A gif Image and simple project are attached. Please help me!!!
Thank you :)
Hi
I have a RadGridView and after updating a cell value I save the scroll (horizontal and vertical) values to set the same position after a refresh.
The problem: when I update a cell, after setting the same values for the horizontal and vertical scrolls, the current cell is placed to the right corner of the grid (image 2). Even if the scroll values are set correctly.
Img1: before changing a cell value
Img2: when the value has changed and the scroll values are set as they were.
Thanks in advanced
Hi all,
Within controls such a RadGridView, is there a simple way like a property to mark a column as able to decrease or increase its width when the scrollbar is displayed or hidden, so that the set of columns would always fill all the parent control width without either overwritting the last column right part when the vertical scroolbar is shown or having to show some unused reserved space when the scrollbar is hidden.
I understand that it is always possible to use events to manually adjust each width for each control, but this is very cumbersome.
Wouldn't it nice to have a control overall property such as (hypothetically) gridview.AdjustColumnWidthToScrollBarDisplay ?
Or what is the simplest method ?
Thanks for your answers
Patrick
I have many Collapsible Panels in my Scrollable Panel, what I need it to do, is if the user expands a panel, I need that panel to scroll to the top of the scrollable panel. Is there a way to pragmatically do this?
TIA.
I have a project where the user wants a multi tab control on a WinForm - no problem.
On the first tab however, they want too many controls to fit on the screen, Therefore they want the first tab's RadPageViewPage to scroll up and down. They do not want a sub tab. The problem is that there are so many controls that if they were separate tab they would fill four of them. I realize that scrolling is not the point of a tab control but this is what they want. Still, there are limits to the size of a Form and the size of the RadPageViewPage control.
Is this something that can realistically be done or is this just asking for too much?
Thanks
Carl
I have a winform, that extends pretty far below the actual size of the screen. I have AutoScroll set to true. I can see the scroll bar in the designer, but can not move it so I can get to controls are that are off the screen. I am not sure what I can do here. At this time, i can't not create a reproducible sample app of this happening. I am hoping someone has seen this before and had a possible fix for this.
Thank You.
As title. Followed as my code and screen shot as attachment.
public
partial
class
Form3 : Form
{
public
Form3()
{
this
.InitializeComponent();
this
.label1.Text =
this
.radHScrollBar1.Minimum.ToString();
this
.label2.Text =
this
.radHScrollBar1.Maximum.ToString();
}
private
void
button1_Click(
object
sender, System.EventArgs e)
{
this
.textBox1.Text =
this
.radHScrollBar1.Value.ToString();
}
}
Hello, I want to find answer about scrollbar.
When item's height in RadTreeView is altered,
scrollbar's Maximum value is untrue.
So, scrolling for find last node is impossible.
Thank you.