| Thread | Last Post | Replies |
|
| ContextmenuStrip ScrollIntoView | 01 Dec 2008 11:14 GMT | - |
Hi Group, I was asked recently if I knew of a way in which a ContextMenuStripItem selected by keyboard press could be forced to ScrollIntoView if it were currently not in view. To be honest I hadn't really really looked at this
|
| Always display "Dropdown" arrow in PropertyGrid | 26 Nov 2008 01:47 GMT | - |
All, We are trying to use a PropertyGrid to display a custom class to our users. Things are working well; however, some of the users have a complaint.
|
| ListView.TopItem does not display the specified Item on Top (Vista | 25 Nov 2008 03:43 GMT | - |
I have a user control which inherits from ListView. It works fine on XP Sp3. Not so much on Vista. I finally traced the problem down to a ListView problem -- not having anything to do with my control. Under Vista Ultimate (fully patched)
|
| Multi select in a datagridview | 24 Nov 2008 22:06 GMT | - |
I'm trying to implement a calendar in a datagridview based on a sample found on windowsclient.net. I would like to add a multiselect feature to it so that an appointment can be made for more days by selecting the days in the grid. The grid shows a
|
| Mixing languages, especially Hebrew and English, in a datagridview | 20 Nov 2008 22:39 GMT | - |
Can you set the RightToLeft property independently for individual cells or columns in a datagridview? Here's the much lengthier explanation of what I'm trying to do: I have a simple application. It's for creating vocabulary lists for foreign
|
| Politics | 17 Nov 2008 11:07 GMT | - |
hakmem statement macnelly tastefulness rainbowhued tasted ukkkhhhh authorities bletcherous
|
| GroupBox Autosize | 14 Nov 2008 23:54 GMT | - |
If I drop a GroupBox on a form, drop a TextBox into it, and set the GroupBox's AutoSizeMode to GrowAndShrink and AutoSize to True, the GroupBox Padding and Margin to 0 and the TextBox Margin to 0, the GroupBox height is set so that there is a fairly large space (more
|
| Add DataGridViewComboBoxColumn and Set Index? | 06 Nov 2008 21:00 GMT | - |
I have a WinForms 3.5 DataGridView with an unbound column with a DataGridViewComboBoxColumn inside. In code, I set the DataSource to a List<MyRefObject>, and set the DisplayMember to "MyStringValue" and ValueMember to "MyIntValue".
|
| Report Viewer control | 31 Oct 2008 17:23 GMT | - |
Can the report viewer's local report be in a referenced project in the same solution? Or do the report viewer and the local report have to reside in the same project? Something like: Imports OtherAssembly ....
|
| add user control directly to form | 31 Oct 2008 15:14 GMT | - |
I'm using Visual Studio 2008 SP1. I have created a custom control, and I want to use it on a Windows Form. They way I have done this in the past is: first I add the custom control to the toolbox (Tools -> Choose Toolbox Items... -> .NET
|
| paging in the WinForm DataGridView-control ??? | 30 Oct 2008 22:40 GMT | - |
paging is a nice implemented feature in the asp.net DataGridView- control but nothing seems to exist at all for the WinForm variant. So, how does one implement paging in the WinForm DataGridView-control?
|