Author |
Message |
Topic: Visual Studio 2003 Support |
MHB
Replies: 10
Views: 24732
|
Forum: Virtual Tree Support Posted: Fri Apr 28, 2006 12:34 pm Subject: Visual Studio 2003 Support |
We're currently stuck with 2003 due to some of our customers not having upgraded to .net2, but when they do, we'll switch to 2005 entirely.
Charging for the upgrade is acceptable, but perhaps a few ... |
Topic: Auto Fit (No Scroll) <-> Pinned columns |
MHB
Replies: 1
Views: 8879
|
Forum: Virtual Tree Support Posted: Tue Jan 24, 2006 5:12 pm Subject: Auto Fit (No Scroll) <-> Pinned columns |
It seems that pinned columns are not resized by Auto fit (no scroll) [AFNS]. Is this intended?
Also, if a column has been resized (manually or by using best fit), AFNS won't touch it either. I can ... |
Topic: Column autosize error on collapse |
MHB
Replies: 7
Views: 20779
|
Forum: Virtual Tree Support Posted: Mon Nov 21, 2005 3:05 pm Subject: Column autosize error on collapse |
I think it worked! At least the problem now disappeared in the simplest test I've been using.
Cheers |
Topic: Column autosize error on collapse |
MHB
Replies: 7
Views: 20779
|
Forum: Virtual Tree Support Posted: Mon Nov 14, 2005 1:49 pm Subject: Column autosize error on collapse |
I can see that in 2.3.0 you managed to fix the error exposed by my sample project! However, I'm still seeing the original problem, so I'm afraid they were unrelated |
Topic: Smooth scrolling |
MHB
Replies: 1
Views: 19742
|
Forum: Virtual Tree Feature Requests Posted: Mon Nov 14, 2005 1:42 pm Subject: Smooth scrolling |
As it is, scrolling is always done by an integral number of rows. This is a problem with very tall rows. For instance, a row may be so tall that the bottom of the row can never be displayed because th ... |
Topic: Row context menu on application key |
MHB
Replies: 2
Views: 20913
|
Forum: Virtual Tree Feature Requests Posted: Mon Nov 14, 2005 1:23 pm Subject: Row context menu on application key |
It would be nice to have a keyboard shortcut for the row context menu - like the "Windows Application key" works in other programs. I can get this by catching Keys.Apps in ProcessNormalCmdKeys() and c ... |
Topic: Column autosize error on collapse |
MHB
Replies: 7
Views: 20779
|
Forum: Virtual Tree Support Posted: Fri Nov 04, 2005 11:03 am Subject: Column autosize error on collapse |
Indeed, it is a rather obscure bug. As I commented in the mail, it took many attempts to get it to display in a sample project. And you're right, it does go away if you increase MinRowHeight. But I th ... |
Topic: NullReferenceException in Row.Reindex() |
MHB
Replies: 2
Views: 11879
|
Forum: Virtual Tree Support Posted: Thu Nov 03, 2005 12:00 am Subject: NullReferenceException in Row.Reindex() |
Sorry, but I haven't been able to replicate the problem myself, so I don't think I can help any further. Of course I can encourage the user who got the error to try hard to make the error to reappear ... |
Topic: NullReferenceException in Row.Reindex() |
MHB
Replies: 2
Views: 11879
|
Forum: Virtual Tree Support Posted: Wed Nov 02, 2005 4:03 pm Subject: NullReferenceException in Row.Reindex() |
A user got this error, supposedly while trying to adjust the width of a column by dragging the divider, but it looks like he clicked the header instead... This could have something to do with a synchr ... |
Topic: Column header context menu: Auto fit |
MHB
Replies: 3
Views: 23687
|
Forum: Virtual Tree Feature Requests Posted: Wed Nov 02, 2005 3:42 pm Subject: Column header context menu: Auto fit |
I agree that it's getting a bit complicated... Perhaps the "best fit" options could be dropped? I mean, the one-column "best fit" can now be obtained by the standardized column divider double click. A ... |
Topic: Column autosize error on collapse |
MHB
Replies: 7
Views: 20779
|
Forum: Virtual Tree Support Posted: Wed Nov 02, 2005 2:56 pm Subject: Column autosize error on collapse |
Yet another issue to do with dynamic sizing and the order of determining what is visible...
When I have a column with AutoSizePolicy set to AutoSize, there seems to be a problem getting the right c ... |
Topic: ToolTip on Column |
MHB
Replies: 4
Views: 25241
|
Forum: Virtual Tree Feature Requests Posted: Tue Nov 01, 2005 1:43 pm Subject: ToolTip on Column |
How about a default tooltip with the caption, if the column is not wide enough to display it? |
Topic: Column header context menu: Auto fit |
MHB
Replies: 3
Views: 23687
|
Forum: Virtual Tree Feature Requests Posted: Tue Nov 01, 2005 1:41 pm Subject: Column header context menu: Auto fit |
In addition to the existing "Best fit" and "Auto fit (no scroll)" menu items, it would be nice with "Auto fit" and "Auto fit all" items, toggling selected or all columns between ColumnAutoSizePolicy.M ... |
Topic: Vertical alignment of expansion indicator |
MHB
Replies: 2
Views: 12166
|
Forum: Virtual Tree Support Posted: Mon Oct 24, 2005 10:33 am Subject: Vertical alignment of expansion indicator |
Will we add this to our feature request list?
That would be nice
The thing is, when a cell in a row contains a lot of text, and hence the row is rather high (using AutoFitHeight), then it looks ... |
Topic: Vertical alignment of expansion indicator |
MHB
Replies: 2
Views: 12166
|
Forum: Virtual Tree Support Posted: Fri Oct 21, 2005 4:32 pm Subject: Vertical alignment of expansion indicator |
It seems that the expansion indicator is always shown vertically centered, whether I set RowStyle.VertAlignment to Center or Near. And I've tried using RowStyle on the tree and on the rowbinding, but ... |
|