This is the change log for version 6.3 Change log ---------------------------------------------------------------------------------- VWGS-3350 - TableLayoutPanel xml rendering changed VWG-3648 - Default theme replaced to Vista. The vista dll was removed and a new Dll of XP was added. If no theme was specified the Vista theme will be displayed. To use the previous theme add a reference to the XP dll and set selected theme to it. VWG-1483 - DataGridView Navigation changed to work as WinForms. VWG-2412 - MaskedTextBox Masks was fixed to perform as described by Microsoft VWG-2471 - DropDownList dropdown style Shift + Home works as in WinForms. VWG-3299 - Button Image does is synchronized between WinForms and web VWG-3298 - TextBox Scrollbars property is synchronized between WinForms and web VWG-3297 - Panel BorderSryle is synchronized between WinForms and web VWG-3288 - TextBox Read-only property is synchronized between WinForms and web VWG-1625 - Drop targets give's indication as dragged sources are rolled over them VWG-3098 - Spelling in LinkWindowStyle enum was corrected Normal "Noraml". Features ---------------------------------------------------------------------------------- VWG-2933 - A select Presentation layer drop down was added to Visual Studio tool bar. This drop down list sets the current presentation layer that will be displayed when running the application from Visual Studio. VWG-2200 - Top-level property for a Form control implemented same as WinForms VWG-2185 - ImageList property Implemented for controls which supports it in WinForms like Treeview, Listview, and button. VWG-3432 - A JavaScript file and mediator function was added to the AspPageBox control. This allows VWG to call js functions in the ASP.Net file. VWG-3332 - VB project templates where added as in C#. VWG-1505 - DataGridView bi-directional databinding support added. VWG-871 - Missing properties in FontDialog Implemented like Color, FontMustExist, and MaxSize. VWG-3290 - TreeView TreeNodeCollectiom support ordering API (InsertAt, RemoveAt etc.) VWG-3291 - ListView Indent capability added as in WinForms. VWG-2286 - Mark control that will be dropped on when curser hovers above it added. VWG-3018 - SplitContainer.SplitterMoved implemented VWG-2936 - Unregistered control exception is thrown when a user runs an application and uses an unregistered control Bug Fix ---------------------------------------------------------------------------------- VWGS-3425 - ReportViewer problem with obscuring fixed VWGS-3351 - TextArea bug adding "\r\n" to existing "\r\n" fixed VWGS-3330 - Disabled menu item are grayed. VWG-3586 - Workspace and Navigation Tabs repaint problem when changing tabs fixed VWG-3646 - When setting ListBox CheckBoxes property to true in run time the CheckBoxes where cut now they are drown correctly. VWG-3592 - Datagridview did not preserve the current row indicator after changing the selected row and refreshing. VWG-3633 - Chart demo in catalog fixed. VWG-3576 - MainMenu control design time error fixed. VWG-3572 - Every call to designer suspension was changed to run through a "try - finally" to make sure that the suspension is being resumed. VWG-3585 - NavigationTabs used to delete all the current pages when adding a new page in design time. VWG-3603 - Shift+Tab on a first cell in a row selects the last cell on the previous row. VWG-3612 - When dragging a control over a control the control indicates if this is a valid drop area of the dragged control by displaying a blue border around the control. VWG-3601 - The control dragging image was not shown when dragging the control. VWG-3584 - AppletBox and FlashBox added to tool box as Visual WebGui core controls. VWG-3583 - Datagridview support for cell style through designer returned VWG-3561 - Issue with FF3 not presenting Datagridview horizontal grid lines fixed VWG-3560 - Cell selection was not raised when selecting cell in Datagridview combobox. VWG-2761 - Issue with FF3 and DataGridView resizing rows fixed. VWG-2888 - ListView 64x64 icons where cut when adding the images. VWG-2976 - ListView focus event is now raised when control gets focused. VWG-1494 - Spaces at the beginning and the end of a label text where ignored. VWG-3083 - Catalog help fixed. VWG-2477 - DataGridViewComboBox databinding fixed. VWG-3529 - Selection of item from help topics fixed. VWG-2131 - AssemblyResourceHandle mime type fixed. VWG-3509 - Copy & Paste of controls in design time fixed. VWG-956 - Delete key action on menu items fixed to delete text and not the item while focused to the title property. VWG-2141 - TableLayoutPanel now works with dynamic sized columns & rows. VWG-967 - When resizing the window listview column headers had a problem alinging in RTL. VWG-2055 - OpenFileDialog Add Remove was not working correctly. You could multi select files even if the property was set to false. And when removing a file from the list the deleted file was saved. VWG-1776 - Controls Right and Bottom property implemented correctly like in WinForms. VWG-1488 - TextBoxColumn ignored newline characters. VWG-2657 - NavigationTabs control Appearance property visible in designer. VWG-1550 - DataGridViewCell CellValueChanged and CellEndEdit were fired in the wrong order. VWG-1626 - Hardcoded CSS values of border and background of ListBox were moved to Flavor. VWG-1635 - DataGridView column collection editor problems fixed. Can change column names, Columns list displays the column's HeaderText instead of the column's name. VWG-1996 - Timer problem on main form with show child form fixed. VWG-1800 - TextBox CharacterCasing fixed. VWG-2654 - The DateTimePicker's ShowCheckBox property now works in runtime. VWG-3395 - ContextMenu used to disappear from designer when assigned to a Button.DropDownMenu and running app. VWG-1944 - Flowlayout panel controls now line up with each other in IE correctly. VWG-2749 - Tab page header was not correctly drawn. VWG-67 - Toolbar created by designer was drown incorrectly. VWG-3101 - This.propertyGrid1.HelpVisible fixed. VWG-1210 - DataGridView AllowUserToOrderColumns property fixed. VWG-3119 - Scrolling form in designer does not affect run time location any more. VWG-3482 - ComboBox of Silverlight theme registration in registration tab fixed. VWG-3034 - Drop down list window did not close in a pop up window in FF. VWG-3477 - DataGridView did not maintain CurrentCell after page refresh. VWG-1610 - DataGridView SelectedCell mow scrolls into view when selecting a row that is not visible. VWG-1725 - ListView double click problem with selectedChange fixed. VWG-3088 - problems opening combobox in firefox3 fixed. VWG-2065 - ComboBox selecting an item problem fixed. VWG-1729 - ColumnHeadersHeight problem fixed. VWG-1612 - ComboBox border-color change also affect's it's drop-down-list div color. VWG-1297 - Incorrect behavior after changing a binded (custom object binding) Datagridview's columns collection fixed. VWG-1713 - Binded DataGridView columns can be deleted through designer VWG-1919 - DataGridView creates member variable for each column autoadded to the grid. VWG-2071 - DataGridView should allows copy action to add its values as tab separated CSV to clipboard. VWG-2688 - ContextMenu display problem in FF (2+3) fixed. VWG-3277 - Checking a CheckBox with the spacebar stopped scroll the page down. VWG-2076 - DataGridView RowHeaderWidth change is saved. VWG-2563 - OpenFileDialog did not support uploading of 0b files. VWG-1782 - DataGridView Shift+Tab fixed. VWG-2973 - Focused checkbox dose note support check and uncheck on enter key. VWG-2977 - A checklistbox item is checked when a space bar key is clicked. VWG-2034 - LinkLabel does not open window when URL = "". VWG-3301 - VB.NET projects support set as start form context menu on form. VWG-1669 - ListView DoubleClick are not raised on empty spots. VWG-1797 - CheckBox events are raised for server side changes. VWG-2096 - DataGridViewCell CellValueChanged and CellEnter events were not fired in right order VWG-2292 - Data grid scrollbars work like winform. VWG-2127 - FCKEditor [MetadataTag("Gizmox.WebGUI.FCKLibrary.FCKEditor")] added. VWG-2210 - Datagridview control sorting direction arrows where missing. VWG-2012 - DateTimePicker CustomFormat property fixed. VWG-2355 - FF visual problems fixed. VWG-3373 - Adding a theme dll should the assembly with its short assembly name. VWG-3422 - ListView Header separators were displayed twice in FF#. VWG-1855 - Label and IE CPU problem fixed. VWG-2122 - ComboBox Implements ObjectCollection Item setter as in WinForms. VWG-3084 - Form size is set in server-state by size retrieved from browser from form opened in run time. VWG-2003 - DateTimePicker AM/PM fixed. VWG-97 - Listview FullrowSelect fixed. VWG-2527 - DataGridViewComboBoxColumn error when changing ValueMember in propertygrid fixed. VWG-3292 - Splitter raise the double click event. VWG-2710 - Setting Focus on MaskedTextBox in Form load woks correctly. VWG-3117 - Button with FlatStyle = Flat triggers OnClick on space bar key press. VWG-1530 - ListView causes windows to shift left in FF problem fixed. VWG-2539 - WorkspaceTabs shows WorkspaceTab instead of TabPage in design time. VWG-3266 - TextBox in IE7 CPU problem fixed. VWG-3379 - TabControl inactive tabs display fixed. VWG-2917 - Web mail Account info form is displayed on FF VWG-3331 - TabControl problem in FF3 fixed VWG-1363 - DataGridView Firefox cell Styling fixed. VWG-2282 - ScheduleBox displays similar events correctly. VWG-2331 - Data grid on cell db click and select currentrows[0] where not the same row. VWG-3095 - Enable Silverlight adds server reference to project. VWG-1988 - {AltGr+v} support for textbox Hungarian keyboard. VWG-2354 - DataGridView Row heights are the same in IE and FF. VWG-1717 - User can scroll while dragging a component. VWG-3278 - Inherit Form cannot be seen in design time problem fixed. VWG-70 - Listview adding items design time fixed. VWG-3286 - Label should dose note serialize the BackgroundImageLayout in the InitializeComponent function VWG-2756 - “Bring to front” and “Send to back” problems on inherited classes fixed. VWG-2503 - TreeView supports nodes editing. VWG-3322 - Wrapper Control code property supports the use of ctrl A. VWG-2186 - Adding a second menu item to a main menu control is fixed. VWG-2364 - Text wrapping in DataGridView fixed in IE and FF 3.0. VWG-1692 - DataGridView button and link columns does support setting of the Text property. VWG-3106 - Drag entering causes element highlighting to overflow inline windows (IE and FF) fixed VWG-3218 - NavigationTab width and location properties in Panels fixed. VWG-3282 - Drag and drop mechanism in FF was not working properly on scrolled element. VWG-3017 - Binding.ReadValue() used to write back to bound object when it shouldn’t. VWG-2551 - TabControl DataGridView had several problems when programmatically adding a new TabPage. VWG-3275 - Scrollable controls auto scroll when dragging elements over their edges. VWG-3274 - Scrollable elements are not be dragable out of their scroller. VWG-2751 - Tabs in TabControl was truncated in FireFox 3 VWG-3260 - An unnecessary border was displayed around popup windows in FF 3.0 VWG-3022 - TableLayoutPanel tabbing between controls fixed. VWG-2340 - ComboBox Text property shows updated value after Enter pressed. VWG-3220 - SearchTextBox using in HeaderedPanel problem fixed. VWG-2447 - DataGridView Selectedrow scrolls into view when using arrows key. VWG-2385 - Multiline textbox returned different "Text" values for IE and FF. VWG-2776 -In client-side resizing the window during MainForm load used to throw a JS error. VWG-2627 - DataGridView with a DataGridViewCheckBoxColumn fires a CellEndEdit event. VWG-3174 - Wrapper created was parsed incorrectly. VWG-3157 - Wrapped ComponentOne WebFlash control created 2 methods with same signature. VWG-3175 - Wrapped Infragistics 'UltraChart' control created 2 methods with same signature. VWG-3105 - Dropping mechanism within inline window through FF fixed. VWG-2913 - When image is larger than PictureBox and set to Zoom it did not rendered properly. VWG-2356 - Control.Focus() fixed. VWG-2763 - In client-side refreshing during MainForm load used to throw a JS error. VWG-2487 - ColorComboBox - selecting color (instead of text) works. VWG-3048 - ErrorProvider within FlowLayoutPanel is shown. VWG-3558 - Visual WebGui projects in Visual studion 2008 support - in project name. VWG-2749 - After text selection in a text box the selection was saved even after the text box lost focuse.