This is the combined change log for version 6.4 Preview3 and Preview4 Breaking Changes [32] ---------------------------------------------------------------------------------------------- VWG-2007 - Add the ability to map paths as applications Virtual paths are now possible. VWG-2151 - Form.Activated event only fires on ShowDialog method Missing implementation. VWG-2375 - CheckedListBox: hide 'RadioButtons' Property The RadioButtons property is not hidden and should not be used. VWG-2508 - Gateway - Enable sending parameters to a gateway Gateways now accept parameters. VWG-2597 - Gizmox.WebGUI.Reporting reference to Microsoft.ReportViewer.WebForms.dll was wrong References are now fixed. VWG-2702 - LogonForm - Enable non-authenticated forms Implemetation now allows for use of a custom authentication/logon Form. VWG-3021 - Replace the VWG MinimizeBox implementation with a windows-like TaskBar implementation Missing implementation. VWG-3116 - NumbericUpDown, TextAlign and ThoustandsSeperate propertires to be implemented Missing implementation. VWG-3207 - Dynamically add form registration at runtime IFormFactory and Application can now dynamically register Forms. VWG-3300 - Add support for running a specific form in SSL Specific Forms can now be run in HTTPS (SSL). VWG-3614 - DateTimePicker event - OnCloseUp should occur when the drop-down calendar is dismissed and disappears. Missing implementation. VWG-3736 - Add a property to the Context class that would return the type of client that initiated the request Now using new Context properties you can determinewhat presentation layer is used, browse used, and client capabilities. VWG-3882 - Add a WinForms compatible mode configuration Winforms compatibility. VWG-3910 - When setting List view font style in designer, properties are not reflected listViewItems collection wizard Row height -> Padding. VWG-4138 - DataGridView - Entering data into new row should not scroll it out of sight When paging is enabled, the DGV is moving to the last page as a new row is created. VWG-4141 - HeaderedPanel.Header control recieves the same ID as the same control when positioned on the form The HeaderedPanel.Header property is not browsable in design time any more. VWG-4194 - We need to create a schema for our WebGUI section in the Web.config Winforms compatibility. VWG-4197 - NumericUpDown - Thousands Separator should be displayed. Missing implementation. VWG-4291 - LinkLabelImage property should work on runtime. Missing implementation. VWG-4612 - NumericUpDown UpDownAlign should work properly. Missing implementation. VWG-4730 - DataGridView in SelectionMode=CellSelect should fire RowEnter/RowLeave RowEnter and RowLeave events now fire. VWG-4780 - TreeView: Removing a TreeNode that has subnodes should remove all subnode Form members The nodes members now get removed. VWG-4783 - Add and implement an InvokeScript method for the RegisteredComponent class From now you can invoke JavaScript code without creating a JS function to do so. VWG-4842 - Add support for a "Stateless" mode for VWG applications Now the context can immediately be terminated when the user either refreshes, moves to a different website or closes the browser. VWG-4853 - Drop-Down pop-up should close on even clicks Drop-down-list now closes. VWG-5225 - DataGridView should not serialize default cell styles A desgin time serialization of a DGV was changed to comply as much as possible to WinForms. VWG-5304 - Implement the Leave and Enter events Missing implementation. VWG-5338 - Implement feature to allow the selection of the resources of which control will not be uploaded to the client Specific built-in VWG components can be regustered in a way that their client resources will not be uploaded. VWG-5390 - Add support for displaying icons in the listbox ColorListBox is now obsolete. You should use the ListBox control instead. VWG-5411 - Add support for context level IsLoggedOn indication Now you can you can have several logged-in and logged out applications in the same Session using Contexts. VWG-5589 - Remove tool bar the new click event and use the Control click ToolBar control no longer has a Click event. VWG-5604 - CustomControl template: Fix CustomControl and CustomControlSkin inheritance In Preview3 there was a mistake in the inheritance of the CustomControls in the templates. It is now fixed in Preview4. New Features and Enhancements [21] ---------------------------------------------------------------------------------------------- VWG-2007 - P3 - Add the ability to map paths as applications VWG-2374 - P3 - No support for context menus in ScheduleBox control. VWG-2702 - P3 - LogonForm - Enable non-authenticated forms VWG-3207 - P3 - Dynamically add form registration at runtime VWG-3300 - P3 - Add support for running a specific form in SSL VWG-3420 - P3 - MonthCalendar.BoldedDates Properties not imlemented VWG-3567 - P3 - TrackBar slider in FF VWG-3613 - P3 - Flash box parameters colection is missing VWG-3620 - P3 - Create an activex box VWG-3736 - P3 - Add a property to the Context class that would return the type of client that initiated the request VWG-3923 - P3 - Consider implementing the UseSystemPasswordChar for TextBox and MaskedTextBox for compatibility with WinForms VWG-4198 - P3 - Implementing ListView.AllowColumnReorder property as in WinForms VWG-5122 - P3 - Add Popup window service for menu: Child popups wont close on click on parent VWG-5275 - P3 - Add IClientComponent interface VWG-5292 - P3 - AspPageBox should not throw a NullReferenceException when Path attribute is not assigned VWG-5338 - P3 - Implement feature to allow the selection of the resources of which control will not be uploaded to the client VWG-5401 - P3 - Re implement combobox binding VWG-5421 - P3 - Remove Moz-box form css file and xslt that are used by IE VWG-5426 - P3 - Add support to opacity in the style value VWG-5558 - P3 - Implement a MemberReference class that will allow access to a different skin resource VWG-5560 - P3 - New non full trust build-task - include the new build-task in the Preview3 installation Tasks [77] ---------------------------------------------------------------------------------------------- VWG-0043 - P4 - Implement month calendar vista like navigation support VWG-0895 - P3 - Minor glitches on cursors and drags VWG-1456 - P4 - Support RightClick - on click events args VWG-2508 - P3 - Gateway - Enable sending parameters to a gateway VWG-2653 - P3 - Unable to set polish translation for ColorDialog form. VWG-2664 - P3 - Resources Images Dialog doesn't work in solutions with more than 1 project VWG-2923 - P3 - The Common_Round JS function should take into account the value of it's places parameter VWG-3021 - P3 - Replace the VWG MinimizeBox implementation with a windows-like TaskBar implementation VWG-3272 - P3 - Navigating up & down instead of left & right with arrow keys inside a PropertyGrid's proprty value VWG-3619 - P3 - Move host implementation to ObjectBox and add properties support VWG-3705 - P3 - Add support for displaying icons in the combobox / listbox VWG-3741 - P3 - Copy controls should change the text property. VWG-3828 - P3 - Missing property AutoScaleMode VWG-3829 - P3 - Missing Property AutoScaleDimensions VWG-3882 - P3 - Add a WinForms compatible mode configuration VWG-3892 - P3 - Enable support for StateImageIndex and StateImageKey in TreeView and TreeViewNode controls. VWG-4123 - P3 - DataGridView.AutoSizeColumnsMode should effect the header width. VWG-4134 - P3 - Context.Arguments / Context.Results should implement the NameValueCollection class VWG-4194 - P3 - We need to create a schema for our WebGUI section in the Web.config VWG-4383 - P3 - TabControl.MultiLine reflection in designer should start as false. VWG-4413 - P3 - Setting the DataGridViewColumn.HeaderCell.SortGlyphDirection should show a sort direction arrow VWG-4429 - P3 - Add support for obscuring / compacting resources VWG-4431 - P3 - Add support for static resources for the new resources management VWG-4612 - P3 - NumericUpDown UpDownAlign should work properly. VWG-4738 - P3 - Consider hiding the TextBox.DragTargets property VWG-4759 - P3 - Create the Form.FormClosing event as unsupported VWG-4783 - P3 - Add and implement an InvokeScript method for the RegisteredComponent class VWG-4817 - P3 - DataGridView - Consider implementing ContextMenu property on Rows, Columns and Cells VWG-4820 - P3 - Upgrade FCKEditor version to newest stable version VWG-4823 - P3 - NavigationTabs Font should be as it was in VWG v6.3 and before VWG-4825 - P4 - VS 2010: Grouping - Check the gap to support VS 2010 VWG-4840 - P3 - PropertyGrid.HelpVisible value should be reflected in design view VWG-4842 - P3 - Add support for a "Stateless" mode for VWG applications VWG-4855 - P3 - Reimplement TreeView control to work with divs VWG-4878 - P3 - ToolBarButton with Style set to PushButton should get a hand cursor in run-time VWG-4947 - P3 - DateTimePicker: Should be able to display years according to the Buddhist Era instead of the Georgian VWG-5074 - P3 - ComboBox: Add implementation for FindStringExact methods VWG-5212 - P3 - Implement adding version information/indication to all our assemblies VWG-5215 - P3 - LinkLabel - Move Font and decoration attributes from client to skin in server VWG-5240 - P3 - CheckBox - Focus border should be around the text only VWG-5252 - P3 - Set assembly version to Gizmox.Forms.Themes VWG-5258 - P3 - Add support for transforming compile time indexes to MemoryStream VWG-5277 - P3 - HeaderedPanel should render it's Header control VWG-5304 - P3 - Implement the Leave and Enter events VWG-5325 - P3 - ListBox: Add support for FindStringExact VWG-5355 - P3 - TextBox.WordWrap = False should not wrap text in multiline textboxes VWG-5386 - P4 - Reimplement Button, CheckBox,RadioButton,LinkLabel, Label, ToolBarButton to support multiple WinForms features VWG-5387 - P3 - Reimplement 9'ner to overcome ie issues VWG-5390 - P3 - Add support for displaying icons in the listbox VWG-5411 - P3 - Add support for context level IsLoggedOn indication VWG-5412 - P3 - Add support for the diffrent application configurations in the integration VWG-5416 - P3 - Splitter in SplitContainer - Client side should send correct SplitX and SplitY values. VWG-5420 - P3 - Replace events attribute with vwgevents VWG-5455 - P3 - Controls Location should be calculated correctly in run-time when docked. VWG-5458 - P3 - Implement the Application.Idle event as a way to handle an event after queue processing VWG-5474 - P4 - Implement a mechanism that will allow the DGV intercepting hosted control's events. VWG-5475 - P4 - Change the select way a value is set as selected to use index and not text VWG-5493 - P4 - VS 2010: Migrate VWG designer to VS 2010 VWG-5494 - P4 - VS 2010: Migrate all VWG projects to VS 2010 solution VWG-5495 - P4 - VS 2010: Create new installation to fit VS 2010 VWG-5496 - P4 - VS 2010: Migrate Integration projects and enable package registration VWG-5505 - P3 - CheckedListbox ? Checking with mouse should be done like in Winforms - backwards compatibility. VWG-5508 - P3 - DataGridViewCellValidatingEventArgs.FormattedValue should be initialized. VWG-5524 - P4 - Ribbon Buttons layout should be in rows (FF/Chrome). VWG-5533 - P3 - CheckBox and RadioButton Focus should be shown with a frame VWG-5535 - P3 - FlowLayoutPanel FlowDirection should work properly in FF/Chrome VWG-5537 - P3 - Form with WindowState = Minimized should be opened at the bottom left of the screen VWG-5562 - P4 - Taskbar should expand its height according to the amount of items it contains VWG-5563 - P3 - BindingNavigator cell should have non-pressable ToolBarButton with regular Font VWG-5564 - P3 - DataGridview CellValidating event should allow cell value fix VWG-5568 - P3 - Form title should not wrap when text is too long VWG-5574 - P4 - Add uninstall shortcut in programs menu VWG-5587 - P4 - Integrate the new designer look and feel VWG-5589 - P4 - remove tool bar the new click event and use the Control click VWG-5617 - P4 - Adding a listview with columns and items through the designer throws an DisplayIndex out of range VWG-5618 - P4 - Add support for Control.MouseClick event VWG-5628 - P4 - Change Silverlight Templates installation requirement message according to new SDK name Bug fixes [240] ---------------------------------------------------------------------------------------------- VWG-1765 - P3 - Bound ListView columns cannot be deleted through designer VWG-2011 - P3 - TextBox.ReadOnly doesn't change control back colour VWG-2028 - P3 - TreeView Find Method VWG-2129 - P3 - DataGridView update First row doesn't update VWG-2151 - P3 - Form.Activated event only fires on ShowDialog method VWG-2317 - P3 - Error provider is not blinking in FF VWG-2337 - P3 - ComboBox don't reflect design time large font settings at runtime VWG-2375 - P3 - CheckedListBox: hide 'RadioButtons' Property VWG-2476 - P3 - UserControl doesn't adjust size to its container VWG-2482 - P3 - listview paging VWG-2493 - P3 - TrackBar in FF - horizontal sliders not always visible VWG-2514 - P3 - Dynamicly changing of TabControl visibility causes it to be rendered improperly VWG-2570 - P3 - Listview Binding to a list of objects dos'nt work VWG-2579 - P3 - Form - ensure that by showing a dialog the focus goes to the first focusable control within it VWG-2597 - P3 - Gizmox.WebGUI.Reporting reference to Microsoft.ReportViewer.WebForms.dll was wrong VWG-2724 - P3 - Add support for Margin in docking VWG-2735 - P3 - MonthCalendar: DataBinding dosent work VWG-2745 - P3 - RenderAtributes method needs to use WGAttributes VWG-2781 - P3 - Tab control: image is not shown in design time VWG-2890 - P3 - Unable to get the ActiveControl in a container control ref to VWG-2696 VWG-2916 - P3 - TabControl should display an orange line over the tabs on MouseOver VWG-2941 - P3 - Component Set_DragTargets Item index out of the bounds VWG-2956 - P3 - Form - FormStartPosition.CenterScreen does not function in inline windows mode VWG-3003 - P3 - Sample Catalog: Custom DataGridView shows broken image on new row VWG-3015 - P3 - DataGridView - after Clear() call CurrentPage is not reset VWG-3032 - P3 - DataGridViewComboBoxColumn should display it's ValueMember through it's Value property VWG-3041 - P3 - Error when pop up blocker enabled. VWG-3116 - P3 - NumbericUpDown, TextAlign and ThoustandsSeperate propertires to be implemented VWG-3118 - P3 - Dialog should return focus to the opening control after close VWG-3120 - P3 - Allow creation of different context menus for DataGridView elements VWG-3136 - P3 - Custom Combobox DropDown DataGridview throw object expected js error VWG-3165 - P3 - Extension Controls to appear automatically in Toolbox VWG-3177 - P3 - BindingNavigator and DataGridView with common bindingsource not in sync VWG-3179 - P3 - Fix DataGridView with two rows and AutoSizeColumnsMode set to a value different than None VWG-3232 - P3 - Unable to change Font / ForeColor of the header text in Header Panel VWG-3236 - P3 - Treenode "center" justification when image property set on subnode VWG-3256 - P3 - Table layout panel - When Nested colspan rowspan should span VWG-3333 - P3 - Starting a VWG app at precisely the same time from 2 location causes a JS error VWG-3334 - P3 - DataGridView.RowTemplate.Height should have an affect on the DVG row height VWG-3338 - P3 - Calling Context.Transfter from a timer.Tick event should transfer and not close the browser window VWG-3341 - P3 - Fix NumericUpDown DoubleClick event VWG-3368 - P3 - Formbox can not be draged on a asp.net webform designer VWG-3369 - P3 - Opening a disabled dialog and closing it should not stop other forms from opening VWG-3375 - P3 - Fix TextBoxValidation validators: IntegerValidator and FloatValidator VWG-3376 - P3 - Fix problems with Gizomx.WebGUI.Forms\Commons\Dialogs\Main.htm VWG-3387 - P3 - combo box shows Control name as selected value on load VWG-3388 - P3 - ScheduleBox - Events are not displayed properly in Firefox 3.x and chrome VWG-3469 - P3 - Mask text box date is not dispalyed after delete corectly VWG-3506 - P3 - ComboBox - pressing on left/right arrow keys should act like up/down arrow keys VWG-3507 - P3 - DataGridView Shift-Click selection not working VWG-3517 - P3 - ToolBarButton of type DropDownButton should not have a Click event VWG-3518 - P3 - TreeView tooltip not always displayed VWG-3562 - P3 - TextBox multiline VWG-3563 - P3 - OpenFileDialog should not be affected by changing the VWG extension VWG-3575 - P3 - Check if VWG Silverlight is installed before enabling Enable Silverlight & packager VWG-3580 - P3 - ScheduleBox doesn't fire DoubleClick event VWG-3582 - P3 - Datagridview combobox column should display drop down in certain properties VWG-3590 - P3 - Controls LocationChange event VWG-3608 - P3 - DateTime Picker Hebrew displays days wrongly. VWG-3614 - P3 - DateTimePicker event - OnCloseUp should occur when the drop-down calendar is dismissed and disappears. VWG-3625 - P3 - Xaml Box wont work in show dialog VWG-3634 - P3 - DataGridViewImageColumn header text is the resource name even if HeaderText is set VWG-3655 - P3 - NumericUpDown - Display value not changed when below min or above max and TABbing out VWG-3656 - P3 - NumericUpDown - Events not firing or firing irregularly VWG-3723 - P3 - LinkLabel.ForeColor selected in designer properties should show in designer VWG-3728 - P3 - ImageList -->trying to Add from empty folder throw InvalidArgument Exception VWG-3740 - P3 - Cut and paste a number of controls into a cointainer VWG-3746 - P3 - ListView - Group Collection VWG-3747 - P3 - Month calendar - Back \ Fore color VWG-3786 - P3 - SearchTextBox Click event should be fired when clicking on the control VWG-3833 - P3 - Wrapper 'control code' property wizard exits on enter key. VWG-3902 - P3 - FlowLayout should not hide dynamically added controls after the first with Visible=False VWG-3907 - P4 - Give a proper message when connection to the server was lost VWG-3910 - P3 - when setting List view font style in designer, properties are not reflected listViewItems collection wizard VWG-3911 - P3 - DataGridView.SelectedRows.Count property does not receive 0 as value after deselection of all rows VWG-3921 - P3 - TreeView double clicking event firing sequence should be same in FF3 as it is in IE7 and WinForms VWG-3922 - P3 - GroupBox ForeColor and coloring of controls needs to be consistent with properties VWG-3931 - P3 - Allow users to change style properties of the NavigationsTabs control VWG-3933 - P3 - TextBox Databindings event not caught properly VWG-3959 - P3 - DataGridView should receive selection in the first cell in the first row. VWG-3972 - P3 - ComboBox with DropDownStyle = DropDown should allow selection of nonblank entry with DownArrow VWG-3980 - P3 - Using both GZip compression and Obscuring should allow for custom JavaScript code to run VWG-4088 - P3 - FF: DatetimePicker time separator not inline with digits. VWG-4111 - P3 - DataGridViewTextBoxColumn.Text not showing in runtime. VWG-4113 - P3 - ToolBar backColor is not showing properly VWG-4114 - P3 - Insersion of DataGridViewCheckBoxColumn causes the column width to grow and shrink VWG-4138 - P3 - DataGridView - Entering data into new row should not scroll it out of sight VWG-4139 - P4 - ListView Click/DoubleClick with CheckBoxes=True/False should fire as in WinForms VWG-4141 - P3 - HeaderedPanel.Header control recieves the same ID as the same control when positioned on the form VWG-4149 - P4 - ListView MouseDown event should hold true coordinates and GetItemAt should work with these cordinates VWG-4162 - P3 - Sorted CheckedListBox with items added unordered should retain listitem checked=true state VWG-4165 - P3 - TextBox - MaxLength property doesn't work VWG-4173 - P3 - TreeView - Expanding a treeview node and plus-icon not found on apps with virtual directory that includes "Minus" in name VWG-4174 - P3 - Setting VWG_TracingSwitch to verbose (4) and project should still handle gateway requests VWG-4181 - P3 - AppletBox Double VWG ID causes JS error VWG-4197 - P3 - NumericUpDown - Thousands Separator should be displayed. VWG-4199 - P3 - SplitContainer - SplitterDistance property should change along with the splitter movement VWG-4217 - P3 - TextBox with uppercasing/lowercasing should upper/lower assigned values as well as entered values VWG-4226 - P3 - DataGridview CellFormatting and CellValueChanged should be in order like Winforms. VWG-4228 - P3 - Button should not have border width property VWG-4238 - P3 - DataGridView layout - ComboBox cells should receive selection like winforms VWG-4245 - P3 - DataGridView - Setting Columns[x].HeaderCell.Value should update in the client. VWG-4259 - P3 - Textbox with Validator set should recognize ESC to invoke CancelButton or a Close dialogform VWG-4291 - P3 - LinkLabelImage property should work on runtime. VWG-4346 - P3 - TrackBar - When changing Orientation - Selected Marking should move with Control. VWG-4372 - P3 - ListView: ListViewItem.EnsureVisible() should scroll ListViewItem into view with paging or no paging VWG-4379 - P3 - Mispelling in browser status bar when form loads. VWG-4398 - P3 - When mouse is moved over a disabled button, the mouse cursor should not change VWG-4422 - P3 - TrackBar.TickFrequency should set the exact amount of ticks VWG-4426 - P3 - TrackBar design time entered value property should be taken as a absolute value, not percentage VWG-4427 - P3 - TrackBar should update when value property set at runtime VWG-4433 - P4 - Renaming a Form should maintain designer stability VWG-4441 - P3 - DataGridView readonly settings on grid and individual DataGridViewComboBoxColumns should comply with winforms VWG-4464 - P3 - FF: ComboBox Drop-Down button MouseOver-state should show correctly. VWG-4468 - P3 - Default cheduleBox for FirstDayOfWeek should workwell with definitions VWG-4469 - P3 - IE: Flat Button layout should be stable moving between normal and hover. VWG-4489 - P3 - StatusBar alignment is not functioning as it should. VWG-4490 - P3 - Assigning an image in the designer-mode should show the image in the designer instantly. VWG-4492 - P3 - OpenFileDialog buttons text should be centeredand also there is a bug with the 'Add' font VWG-4504 - P3 - DataGridView: HeaderText Should be visible in designer at all times. VWG-4505 - P3 - DataGridView RowHeader width should be reflected in designer VWG-4510 - P3 - DataGridView: AutoSizeColumns should reflect in designer immediately and wrap text. VWG-4521 - P3 - DatagridView ColumnHeadersVisible change should show in the designer VWG-4525 - P3 - Relocating controls via PropertyGrid should relocate the focus mark as well. VWG-4540 - P3 - DataGridView RowHeadersWidth change should reflect in the designer. VWG-4560 - P3 - Form BackColor should update on selection of Color 'Control' VWG-4572 - P3 - ListBox SelectionMode.MultiExtended should behave like Winforms. VWG-4604 - P3 - NumericUpDown BackColor should display correctly VWG-4605 - P3 - IE: NumericUpDown height should change according to font changes. VWG-4610 - P3 - NumericUpDown TextAlign property does not work properly VWG-4613 - P3 - NumericUpDown should support different font styles. VWG-4645 - P3 - TrackBar Disabled state should not allow drag. VWG-4646 - P3 - TrackBar Slider should remain static on click. VWG-4654 - P3 - ComboBox databinding (property grid) should support binding to SelectedItem, instead of SelectedIndex to comply to WinForms VWG-4655 - P3 - Setting DataGridViewRow.Selected = True, should consistently populate SelectedRows() collection of the DataGridView VWG-4688 - P3 - Flat button text jumps in IE VWG-4695 - P3 - Color Dialog in Gmail theme VWG-4696 - P3 - Form - restore button image VWG-4716 - P3 - Setting DataGridView.Row(x).Visible = False, should hide the row VWG-4730 - P3 - DataGridView in SelectionMode=CellSelect should fire RowEnter/RowLeave VWG-4733 - P3 - Toolbar buttons bottom gets cut in FF VWG-4742 - P3 - Setting MaskedTextBox.PromptChar to '\0' should throw a runtime exception VWG-4743 - P3 - Setting MaskedTextBox.PromptChar to an empty string should throw a designer exception VWG-4747 - P3 - AspPageBox should be able to accept aspx page name with parameters in Path property VWG-4775 - P3 - Deployment on Mono throws error about 'Gizmox.WebGUI.Forms.Skins.Theme.resources' VWG-4780 - P3 - Treeview leaves nodes that removed through designer VWG-4813 - P3 - DataGridView.AutoSizeColumnsMode doesn't work VWG-4848 - P3 - CROME: DateTimePicker text selection flickers VWG-4850 - P3 - TreeView BackColor Is always white. VWG-4852 - P3 - Cant set control code for wrapped control VWG-4853 - P3 - Drop-Down pop-up should close on even clicks. VWG-4881 - P3 - IE -DateTimePicker/TextBox: When control is disabled, selection of text should be disabled. VWG-4891 - P3 - When assigning a BackGroundImage to a Button, the designer should show it according to BackGroundImageLayout VWG-4986 - P3 - Dialog forms should fire Resize event when Maximized and again when Restored VWG-5049 - P3 - Updown controls should not post back values unless value change event is registered VWG-5060 - P3 - Buttons should show text and image in XP theme VWG-5069 - P3 - Right-Anchoring controls within NavigationTabs should preserve distance to right edge VWG-5088 - P3 - TreeNodeCollection: Insert method should set the TreeView property of the inserted TreeNode VWG-5098 - P3 - Word wrapping is not working in FF VWG-5104 - P3 - Registering an Application.ThreadException handler should get invoked on error during Form.Load VWG-5106 - P3 - ComboBox: Adding an item that contains the vbTab character should render this char as a normal tab VWG-5107 - P3 - Setting ListBox's SelectedItem should scroll that item into view, as in WinForms VWG-5114 - P3 - DateTimePicker tokens should be centered when the control is higher than default VWG-5125 - P3 - DataGridViewCheckBoxCell: Checking and unchecking should not update the entire row or multiple rows VWG-5139 - P3 - FaceBook / MAC theme - groupBox layout broblems VWG-5147 - P3 - ComboBox - In DropDown style doesn't scroll to view VWG-5160 - P3 - TabControl - in FF TabPage text property VWG-5164 - P3 - HeaderedPanel - Header property doesn't work VWG-5166 - P3 - Group box - invisible text in IE ,Facebook theme VWG-5169 - P3 - ListView - it is not possible to resize the column headers VWG-5174 - P3 - Panel with BackColor set to SystemColors.Control should not make it transparent VWG-5178 - P3 - PropertyGrid: Description label at the bottom should be multiline VWG-5184 - P3 - DataGridView - Gmail theme foreground VWG-5188 - P3 - Panel and FlowLayoutPanel should have default BorderStyle - None VWG-5209 - P3 - ListView - Changing font on ListView has no effect at run-time VWG-5213 - P3 - Numeric up down domain up down contex menu is displayed only when clicking the buttons VWG-5225 - P3 - DataGridView should not serialize default cell styles VWG-5231 - P3 - Checkbox- When CheckAlign Set to MiddleRight Should not Hide under text VWG-5232 - P4 - ListView: In SmallIcon view using left arrow key + shift to select multiple items should show all selected items VWG-5239 - P3 - ListView's column headers seperator should be clearly visible in details mode VWG-5261 - P3 - Using image resources with spaces in their path should work VWG-5265 - P3 - ListView - Sort VWG-5269 - P3 - MainMenu submenues should show text in IE VWG-5271 - P3 - BindingSource should fire CurrentChanged event when current item changes VWG-5273 - P3 - ComboBox SelectedIndexChanged event VWG-5278 - P3 - Combobox - text not changing when scrolling VWG-5279 - P3 - UpDown: When Onblur Numeric up down should not preserve not valid input VWG-5280 - P3 - UpDown: Home and End Keys should behave like in normal text box VWG-5282 - P3 - UpDown: DomainUpDown Arrow press when typing text should continue spin from its index if exist VWG-5284 - P3 - UpDown: NumericUpDown Delete key should delete VWG-5285 - P3 - UpDown: mouseleave should preserve last value VWG-5286 - P3 - UpDown: FF arrow image should change back to mouse up state VWG-5287 - P3 - UpDown: DeignTime hight property should be always 20 px VWG-5289 - P3 - CheckedListBox - MouseDoubleClick should check the item VWG-5301 - P3 - ListView - ListViewSubItem ResetStyle default values. VWG-5315 - P3 - ListViewItem ContextMenu shows only if ListView Contextmenu present VWG-5316 - P3 - ContextMenu Labels not shown in IE VWG-5326 - P3 - DateTimePicker: Format = Short - does not increment values upwards on Up arrow key press VWG-5335 - P3 - ComboBox has a gap in the end of the popup VWG-5336 - P3 - ReportViewer control should extend horizontally in container when docked to fill VWG-5343 - P3 - DataGridView with columns set Visible=False should not show an extra column VWG-5346 - P3 - DataGridViewLink column should fire ContentClick again if clicked on same cell VWG-5359 - P3 - DataGridView with first column set hidden, should render accordingly not showing first column VWG-5361 - P3 - DataGridView and changing value of CheckBoxColumn should not "jump to previous row" VWG-5364 - P3 - Wraped control serlize property only works when control code is the first to serilize VWG-5367 - P3 - MenuItem with sub nodes should not raise click event to the server event VWG-5370 - P3 - button backColor is not showing properly VWG-5375 - P4 - Menu editor is not working properly VWG-5376 - P3 - DataGridview : Select Multiple Rows Using Shift and Cell Deselect Cells. VWG-5384 - P3 - DateTimePicker's keyboard entry for month should not increase entered month by one VWG-5406 - P3 - ListView should not wrap text in columns that don't fit in IE VWG-5409 - P3 - Delayed controls should be drawn before commands are being executed. VWG-5413 - P3 - Wrapping Infragistics Controls in VB should serialize their code in VB as well VWG-5419 - P3 - Table layout panel ?controls added to row 0 not displayed in runtime VWG-5424 - P3 - DataGridView with DataGridViewComboBoxColumn should not throw an FormatException when user add a new row VWG-5427 - P3 - Label: In IE with Font set to Underline should not show double underline under the first letter VWG-5431 - P3 - DatagridviewComboboxCell position its popup wrongly once the grid is scrolled VWG-5434 - P3 - MonthCalendar - check values before Serializing the properties VWG-5436 - P3 - Adding a TreeNode via TreeView.Insert should render the new node without TreeView.Update() VWG-5438 - P3 - Setting PropertyGrid.SelectedObject at designtime should stick VWG-5439 - P4 - PropertyGrid should allow multiselection of collection properties VWG-5444 - P3 - DataGridView should fire CellValidating, CellValidated, RowValidating and RowValidated correctly VWG-5462 - P3 - HeaderedPanel with empty Text property should not make controls relocate VWG-5463 - P3 - TabControls: ContextMenu set on main control should be active on tab pages if not specifically set for pages VWG-5489 - P3 - Panel with both AutoSize=True and Dockin (to top for instance) with a control Anchored Top+Right should not error designer and runtime VWG-5498 - P3 - Checked list box doesn't work VWG-5504 - P3 - ListBox selection causes js error in IE (objEvent undefined) VWG-5506 - P3 - PropertyGrid ? Order buttons disappear on click (FF/Chrome). VWG-5507 - P4 - Bound DataGridView ? Editing cells values should be done on the current column VWG-5515 - P4 - Button background becomes gray after reloading the designer VWG-5538 - P3 - IE: Modal / Non-modal Form - Minimize/Maximize boxes disappear when Window minimized VWG-5583 - P4 - Tree view key press not fired VWG-5584 - P4 - Check box radio button focus in FF is not shown properly VWG-5585 - P4 - ContextMenu without MenuItems VWG-5586 - P4 - tool bar Button size calculation should include the drop down image size VWG-5591 - P4 - Setting focus on other tab should not causes error VWG-5604 - P4 - CustomControl template: Fix CustomControl and CustomControlSkin inheritance VWG-5616 - P4 - Results and Argument collections fail when serialized to state server VWG-5617 - P4 - Adding a listview with columns and items through the designer throws an DisplayIndex out of range VWG-5630 - P4 - Dialogs which shown from a popup window should cause popup window to be closed.