Is there a way to change the color of the grid lines on a datawindow?
Also, when you turn grid lines off, column moving and mouse selection, even though checked, do not seem to function.
Additionally, is there no column resizing capability for the user when the grid lines are turned off?
What I want is, black grid lines (or a specific color), the ability to move columns and resize columns.
Andreas.
For what it's worth. Last visible row in DataWindow(not last row on DataWindow) having detail bacground rgb(240,240,240) or 15790320 or 78682240(Button Face) seems to turn grid dark gray regardless background color on DataWindow.
Detail background color expression if(Mod(GetRow(),2)=1,rgb(240,240,240),rgb(255,255,255)) and grid will alternate drak/light scrolling down. No other color seems to do that.(PB2020 1509)