Learn about known issues and apply workarounds for WPF controls in PowerBuilder .NET.
CR# | Description |
---|---|
572458 |
Adding a tab page item causes design time flickering.
When you select the Add Tab context menu item on a Tab control at design time, you may see a slight flickering on the monitor. |
572400 |
TabPage tabs can extend beyond a Tab control.
If you add several tab pages to a Tab control, PowerBuilder automatically adds arrow buttons to allow users to click through all of the tabs, some of which are hidden. However, in PowerBuilder .NET, the arrow buttons can hide part of the text of a TabPage, giving it a cut-off appearance at design time and runtime. At design time, the outline of a tab page may appear outside the boundaries of the main Tab control. |
570542 |
TextCase property must be reset in some instances.
If you add mixed-case text to a SingleLineEdit control while the TextCase property in the Properties view is set to Upper! or Lower!, the text does not automatically use the case indicated by the property. Workaround: You can change the case by selecting a different value for the TextCase property, then reselecting the original value. |