• machineni prashanth
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

hi all

 

i have tried to put some values into a picklist but the diplay i am getting is a full text field with scroll bar i dont want all the values to apeer fully i want it to be lika a picklist field whre in we can select the paricular option

 

 


<apex:column headerValue="lot number piclist">

<apex:selectlist >
<apex:selectOptions value="{!wrapper.options}" />
</apex:selectlist>

</apex:column>