DisplayEveryNLabels – PB Docs 150
DisplayEveryNLabels property for PowerScript controls Controls grAxis objects of Graph controls Description DisplayEveryNLabels is a property of the grAxis objects that can be part of graph controls. There are three grAxis objects: Category, Series, and Values. This property specifies which major divisions to label on the selected axis in the graph. For example, a value…
Support for Tab Sequence, Enabled, and Show Focus Rectangle Properties – PB Docs 150
Support for Tab Sequence, Enabled, and Show Focus Rectangle Properties These properties are supported in the PowerBuilder Classic DataWindow. PowerBuilder .NET WPF DataWindow supports only Tab Sequence and Enabled. The Tab Sequence property is not expressionable, but Enabled and Show Focus Rectangle are. The default value of Tab Sequence is zero for all non-column controls,…
ButtonHeader – PB Docs 150
ButtonHeader property for PowerScript controls Controls ListView controls Description When the ButtonHeader property is enabled, the column titles in a ListView’s report view appear as pushable buttons instead of labels. Usage In a painter To set the ButtonHeader property: Select the ButtonHeader check box on the General page of the ListView control’s Properties view. In…