Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sarkate_shruti
Partner - Contributor
Partner - Contributor

selection Color in ListBox.

Dear all,

How to change the selection color in listBox.

Please help.


Thanks & Regards,

Shruti.

5 Replies
dplr-rn
Partner - Master III
Partner - Master III

you mean change from green to a custom color?

Change selection color

Anil_Babu_Samineni

There is no way as such in list object, if you fine use straight table and use BG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
pooja_prabhu_n
Creator III
Creator III

Hi,

refer this link

https://qliktech.hosted.jivesoftware.com/thread/131565

Hope this helps

Thanks,

Pooja

Anonymous
Not applicable

Hi Shruti Sarkate,

Try This

Goto

Setting -> Document Properties -> General -> Selection Appearance -> Color Scheme (Select Custom).

Then Write Macro(Press Ctrl+m)

sub[ bgcolor]  //bgcolor is macro name

set up = ActiveDocument.GetApplication.GetUserPreferences

up.CustomSelBgColor(1).PrimaryCol.Col = RGB (255,0,0)  //write Ur color code

ActiveDocument.GetApplication.SetUserPreferences up

end sub

Then

Again goto

Setting -> Document Properties ->Triggers -> select OnOpen ->In Actions Add Run Macro -> give macro name(i.e. bgcolor) -> OK -> Apply

vijetas42
Specialist
Specialist

Use NoGreen Extension.