Posted
over 7 years
ago
by
clemipfi
The standard behaviour of Sourcegrid on scroll is to scroll one row / column at a time. Is there a way to scroll just parts of a row / column like in Excel for example? Any help would be appreciated.
|
Posted
over 8 years
ago
by
smsforme
Hi everyone.
Is it possible to implement text aligment of cell while grid scrolled (horizontal)? Similary like imaged on screenshoots below. You can scroll it and see it on similar component here GRID
Thanks.
|
Posted
over 8 years
ago
by
vaughn0223
Hi Newbie38, maybe this is what you want
https://github.com/hxf0223/SourceGrid2Net40
|
Posted
over 8 years
ago
by
Newbie38
Hello,
I try to update an old application (using .net framework 1 and SourceLibrary.dll) to .net with framework 4.
Can i used easily SourceGrid instead of SourceLibrary.dll ?
SourceGrid is compatible with .net 4 ?
Thanks in advance,
|
Posted
almost 9 years
ago
by
Gembiart
Hello everyone,
I build an app with PlanningGrid control. If I will scroll to last row and minimize app, after restore will see planninggrid will display from begin. How to keep "picture" after minimize/maximize ?
|
Posted
almost 9 years
ago
by
sudheergadde
yeah.. it is possible to do span in some situations and conditions.
You have to write your own interface with spancolumn and spanrows methods
implement the same in inherited class and use them.
in Implementation, you have to span the columns with a row number you want to do.
|
Posted
almost 9 years
ago
by
sudheergadde
Adding a tooltip is posible for a every cell or box, you have to set your string or information to tooltiptext of a grid.
ex: sourcegrid1.ToolTiptext = yourfunction or a string;
|
Posted
almost 9 years
ago
by
sudheergadde
if you want to hide the Vscrollbar, you have to set enable as false.
|
Posted
almost 9 years
ago
by
sudheergadde
you have to set your column text alignment or text alingnment as
DevAge.Drawing.ContentAlignment.MiddleCenter;
|
Posted
about 9 years
ago
by
sudheergadde
By using a Grid property i.e SpeicalKey, You can select either rows or columns .....!!!
If you put, SpeicalKey property as Control and Selction Mode is Rows...
Then ,You can select multiple rows by holding the control button in keyborad.. --- and
|