Does this control - or any of the other WinForms table-style controls - have the ability to show vertical text?
I have quite large tables, with 50-100 columns, and the column names are 30-80 chars long, so showing them Excel-style with text rotated 90 degrees would be perfect.
I've not found any of the controls which can do this.
Or is there some other way?
Ideally, it would be in this Spreadsheet control, as it seems to be the fastest for loading the kinds of data I'm using.
Hello,
Is it possible to hide the drop location indicator when performing a drag/drop operation from a listview to a listview using the dragdropservice? (see image)
Grtz Patrick Vossen
I have three level of hierarchy.
1. Radgridview1.--.> add template1
2. template1.--> add template2
3. template2.
the problem is i want to expand component radgridview1 only which contain row from template1.
if i using code is like : RadGridView1.MasterTemplate.ExpandAll() all hierarchy include template2 will be expanded. if code is like : RadGridView1.MasterTemplate.Templates(0).ExpandAll() then nothing rows expanded. So how to expand Radgridview1 which contain template1 without expand template2 that own by template1.
thanks before
hello
In this forums, I can't search anything.
Hello
When I change the background color of the split bar in "Edit UI Elements" it looks fine at first but when I reopen the designer view I get the error:
Error parsing RadItem: Children collection index is not valid: 1 -0-
and it resets the color
Thank you
Hello,
I have a custom RadTileElement where the ripple animation is enabled.
The animation works when clicking the tile element, but is it possible to raise/start the ripple animation from code?
This to draw the attention of the user to the tile element.
Grtz Patrick Vossen
Hi,
I just 've looked at your website where you promote "sleek ui through modern themes". The "Glow" and "Silk" themes look very nice. Is it possible to use them in Winforms applications? Cause I can't see them in the Visual Style Builder nor are they selectable in Visual Studio.
Thanks in advance.
Matthias
We have found during testing that ToolWindows can be moved completely out of the container and act as its own window, which is awesome.
However when the form is closed the entire openedge session crashes.
Is there a way during the FormClosing event to close these windows?